Query<TDocument>.LT Method |
Name | Description | |
---|---|---|
LT<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, TValue) |
Tests that any of the values in the named array element is less than some value (see $lt).
| |
LT<TMember>(Expression<Func<TDocument, TMember>>, TMember) |
Tests that the value of the named element is less than some value (see $lt).
|