Click or drag to resize

MapperKernelBuildQueryFilter Method

Build the filter for the operational data query.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string BuildQueryFilter(
	bool filterByPK,
	GetFilterFlags flags
)

Parameters

filterByPK
Type: SystemBoolean
Should the mapper be filtered by the primary key (to get a single, specific record).
flags
Type: NetQuarry.DataGetFilterFlags
Flags controlling which filters to use in building the filter.

Return Value

Type: String
The complete query filter.
See Also