MapperKernelGetFilter Method |
Returns the complete filter.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string GetFilter(
GetFilterFlags flags
)
Protected Function GetFilter (
flags As GetFilterFlags
) As String
Parameters
- flags
- Type: NetQuarry.DataGetFilterFlags
Flags specifying which filter items to include. When zero, all items are included.
Return Value
Type:
StringA string representing the complete filter from the collection.
Remarks
Duplicate clauses will not be included in the filter. Duplicate clauses in a filter
causes disasterous performace on Oracle.
See Also