Method SizeGreaterThan
SizeGreaterThan(string, int)
Tests that the size of the named array is greater than some value.
public static IMongoQuery SizeGreaterThan(string name, int size)
Parameters
Returns
- IMongoQuery
An IMongoQuery.
Tests that the size of the named array is greater than some value.
public static IMongoQuery SizeGreaterThan(string name, int size)
An IMongoQuery.