Click or drag to resize

FilterDefinitionBuilderTDocumentAnyLteTItem Method (FieldDefinitionTDocument, TItem)

Creates a less than or equal filter for an array field.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public FilterDefinition<TDocument> AnyLte<TItem>(
	FieldDefinition<TDocument> field,
	TItem value
)

Parameters

field
Type: MongoDB.DriverFieldDefinitionTDocument
The field.
value
Type: TItem
The value.

Type Parameters

TItem
The type of the item.

Return Value

Type: FilterDefinitionTDocument
A less than or equal filter.
See Also