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()
Public Overrides Function ToString As String
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