BuildFilterArgs Constructor (FieldFilterFlags, String, String, String) |
Fully-qualified constructor.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public BuildFilterArgs(
FieldFilterFlags flags,
string rawCriteria,
string parsedOperand,
string parsedValue
)
Public Sub New (
flags As FieldFilterFlags,
rawCriteria As String,
parsedOperand As String,
parsedValue As String
)
Parameters
- flags
- Type: NetQuarry.DataFieldFilterFlags
Flags specifying the form of the provided filter criteria. - rawCriteria
- Type: SystemString
The raw, unprocessed filter criteria. - parsedOperand
- Type: SystemString
The filter operand extracted from the raw criteria (e.g. ::startswith::). - parsedValue
- Type: SystemString
The filter value extracted from the raw criteria.
See Also