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