QueryBuilderTDocumentNotIn Method |
Name | Description | |
---|---|---|
NotInTValue(ExpressionFuncTDocument, IEnumerableTValue, IEnumerableTValue) |
Tests that the none of the values of the named array element is equal to any item in a list of values (see $nin).
| |
NotInTMember(ExpressionFuncTDocument, TMember, IEnumerableTMember) |
Tests that the value of the named element is not equal to any item in a list of values (see $nin).
|