Filter.FieldOperator Constructor
Include Protected Members
Include Inherited Members
Instantiates a FieldOperator object.
Overload List
Name | Description | |
---|---|---|
Filter.FieldOperator(Filter.FieldOperationType, String, []) | Instantiates a FieldOperator object for a general field, with the field operation type, field name, and collection of operands. | |
Filter.FieldOperator(Filter.FieldOperationType, Filter.MatchType, Guid, Filter.PropertyTypeEnum, []) | Instantiates a FieldOperator object for a custom field, with the field operation type, match type, custom field GUID, property type, and collection of operands. |
Top