Click or drag to resize

FieldKernelInit Method

Initializes the control bound to the field.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Init(
	bool metaOnly
)

Parameters

metaOnly
Type: SystemBoolean
If set this prevents picklists and other operational data from being applied.

Implements

IFieldInit(Boolean)
See Also