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
)
Protected Function IsChecked (
vValue As Object
) As Boolean
Parameters
- vValue
- Type: SystemObject
The value to use in determining "checked" status.
Return Value
Type:
BooleanTrue if the field should be considered checked, else False.
See Also