Click or drag to resize

MapperFiltersSplitClauses Method

Splits a string of zero or more filter or description clauses that were munged using ClauseSeparator. Generally the munged string will have been created by calling either GetFilter(GetFilterFlags) or GetLongDesc(GetFilterFlags) and passing the UseSeparator flag.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string[] SplitClauses(
	string filters
)

Parameters

filters
Type: SystemString
The string of zero or more munged filters/descriptions to split.

Return Value

Type: String
An array of zero or more clauses. The array will never be null.
See Also