Constructor IsNotNullOperator
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
IsNotNullOperator(string, List<object>)
Initializes a new instance of the IsNotNullOperator class with the specified field name and parameters.
public IsNotNullOperator(string fieldName, List<object> parameters)
Parameters
IsNotNullOperator(string)
Initializes a new instance of the IsNotNullOperator class with the specified field name.
public IsNotNullOperator(string fieldName)
Parameters
fieldName
stringThe name of the field to check.