Click or drag to resize

MapperFiltersToString Method (GetFilterFlags)

Construct the complete filter from this collection (per GetFilterFlags flags).

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ToString(
	GetFilterFlags flags
)

Parameters

flags
Type: NetQuarry.DataGetFilterFlags
Flags specifying which filter items to include. When zero, all items are included.

Return Value

Type: String
A string representing the complete filter from the collection (per flags).
Remarks
Duplicate clauses will not be included in the filter. Duplicate clauses in a filter used to cause disasterous performace on Oracle, but that may no longer be true.
See Also