MapperFiltersSplitClauses Method |
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
)
Public Shared Function SplitClauses (
filters As String
) As String()
Parameters
- filters
- Type: SystemString
The string of zero or more munged filters/descriptions to split.
Return Value
Type:
StringAn array of zero or more clauses. The array will never be null.
See Also