Click or drag to resize

MapperKernelFilters Property

The collection of MapperFilter objects used to filter the mapper queries. Filters can be specified in meta-data and manipulated programmatically. Standard datasheet filtering is handled by the MapperDatasheet object.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public MapperFilters Filters { get; }

Property Value

Type: MapperFilters

Implements

IMapperFilters
See Also