Click or drag to resize

MapperFiltersClauseSeparator Field

Used in conjuntion with UseSeparator to allow multiple filters to be combined into one string that can be split back into its constituent clauses. Munged filters/description are typically created by passing this flag to GetFilter(GetFilterFlags) or GetLongDesc(GetFilterFlags) and later separated using SplitClauses(String).

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public const string ClauseSeparator = "^$^"

Field Value

Type: String
See Also