Click or drag to resize

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
)

Parameters

flags
Type: NetQuarry.DataLabelFlags
Flags controlling how the label text should be generated.

Return Value

Type: String
The field's label text.
See Also