Click or drag to resize

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
)

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: String
The label text.
See Also