Click or drag to resize

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
)

Parameters

fld
Type: NetQuarry.DataIField
The field in question.

Return Value

Type: FieldListOptions
The field's list options.
See Also