FieldKernelLabelText Method (LabelFlags) |
Get the field's label text.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string LabelText(
LabelFlags flags
)
Protected Function LabelText (
flags As LabelFlags
) As String
Parameters
- flags
- Type: NetQuarry.DataLabelFlags
Flags controlling how the label text should be generated.
Return Value
Type:
StringThe field's label text.
See Also