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