Click or drag to resize

MapperKernelUserCanFilter Method

Determine whether or not this mapper supports user filtering. Currently the only support for this is the Filter-by-Form (FBF) on the datasheet.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected virtual bool UserCanFilter()

Return Value

Type: Boolean
True if the mapper supports user filtering, else false.
See Also