QueryBuilder<TDocument>.Mod Method |
Name | Description | |
---|---|---|
![]() | Mod(Expression<Func<TDocument, IEnumerable<Int32>>>, Int64, Int64) |
Tests that the any of the values in the named array element match some value (see $mod).
|
![]() | Mod(Expression<Func<TDocument, Int32>>, Int64, Int64) |
Tests that the modulus of the value of the named element matches some value (see $mod).
|