MapperKernelFieldLabel Method |
Obtain the appropriate label text for the specified field.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string FieldLabel(
IField fld,
LabelFlags flags
)
Protected Function FieldLabel (
fld As IField,
flags As LabelFlags
) As String
Parameters
- fld
- Type: NetQuarry.DataIField
The field for which to get the label text. - flags
- Type: NetQuarry.DataLabelFlags
Flags controlling how the label text should be formatted.
Return Value
Type:
StringThe label text.
See Also