MapperDatasheetFieldListOpts Method |
Get the filter list options for the specified field.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static FieldListOptions FieldListOpts(
IField fld
)
Public Shared Function FieldListOpts (
fld As IField
) As FieldListOptions
Parameters
- fld
- Type: NetQuarry.DataIField
The field in question.
Return Value
Type:
FieldListOptionsThe field's list options.
See Also