Click or drag to resize

MapperKernelFieldBehaviorOpts Method

Get the behaviour options 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 FieldBehaviorOptions FieldBehaviorOpts(
	IField fld
)

Parameters

fld
Type: NetQuarry.DataIField
The field in question.

Return Value

Type: FieldBehaviorOptions
The field's behaviour options.
See Also