Creates a not in filter.
Namespace: Casewhere.Runtime.DataObjectExpressions.DSLAssembly: Casewhere.Runtime.DataObjectExpressions (in Casewhere.Runtime.DataObjectExpressions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic FilterBuilder Nin(
string field,
IEnumerable<Object> values
)
Parameters
- field String
- The field.
- values IEnumerableObject
- The values.
Return Value
FilterBuilderThe builder itself for method chaining.
See Also