Click or drag to resize

MapperFiltersToString Method

Construct the complete filter from this collection.

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

Return Value

Type: String
A 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