Click or drag to resize

MapperDatasheetUserCanFilter Method

Determine whether or not this mapper supports user filtering. Currently the datsheet supports this using Filter-by-Form (FBF) mechanism.

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

Return Value

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