Click or drag to resize

FieldKernelIsChecked Method

Determine whether or not the field should be considered "checked" based on the provided value.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected bool IsChecked(
	Object vValue
)

Parameters

vValue
Type: SystemObject
The value to use in determining "checked" status.

Return Value

Type: Boolean
True if the field should be considered checked, else False.
See Also