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()
Protected Overrides Function UserCanFilter As Boolean
Return Value
Type:
BooleanTrue if the mapper supports user filtering, else false.
See Also