SimpleFieldFilter(String, FieldFilterOperation, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SimpleFieldFilter class.
public SimpleFieldFilter (string field, Microsoft.Store.PartnerCenter.Models.Query.FieldFilterOperation operation, string value);
new Microsoft.Store.PartnerCenter.Models.Query.SimpleFieldFilter : string * Microsoft.Store.PartnerCenter.Models.Query.FieldFilterOperation * string -> Microsoft.Store.PartnerCenter.Models.Query.SimpleFieldFilter
Public Sub New (field As String, operation As FieldFilterOperation, value As String)
Parameters
- field
- String
The filter field name
- operation
- FieldFilterOperation
The operator value.
- value
- String
The value to execute the operator on.