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