Click or drag to resize

MapperKernelFieldFilterOpts Method

Get the filter 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
public static FieldFilterOptions FieldFilterOpts(
	IField fld
)

Parameters

fld
Type: NetQuarry.DataIField
The field in question.

Return Value

Type: FieldFilterOptions
The field's filter options.
See Also