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