MapperFilterAddClause Method (IField, String, Int32) |
Add a filter clause as generated by the specified field for the specified value.
The operator should be prepended to the value (per FieldFilterFlags.OperandInValue).
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void AddClause(
IField field,
string value,
int flags
)
Public Sub AddClause (
field As IField,
value As String,
flags As Integer
)
Parameters
- field
- Type: NetQuarry.DataIField
The field for which to filter. - value
- Type: SystemString
The value (with prepended operator) on which to filter. - flags
- Type: SystemInt32
Provided for future use.
See Also