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
)
Protected Function BuildQueryFilter (
filterByPK As Boolean,
flags As GetFilterFlags
) As String
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:
StringThe complete query filter.
See Also