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
)
Protected Function FieldBehaviorOpts (
fld As IField
) As FieldBehaviorOptions
Parameters
- fld
- Type: NetQuarry.DataIField
The field in question.
Return Value
Type:
FieldBehaviorOptionsThe field's behaviour options.
See Also