Click or drag to resize

FilterDefinitionBuilderTDocumentAnyLtTItem Method (FieldDefinitionTDocument, TItem)

Creates a less than filter for an array field.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax
public FilterDefinition<TDocument> AnyLt<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 filter.
See Also