Click or drag to resize

FilterDefinitionBuilderTDocumentLt Method (FieldDefinitionTDocument, UInt32, UInt32)

Creates a less than filter for a UInt32 field.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax
public FilterDefinition<TDocument> Lt(
	FieldDefinition<TDocument, uint> field,
	uint value
)

Parameters

field
Type: MongoDB.DriverFieldDefinitionTDocument, UInt32
The field.
value
Type: SystemUInt32
The value.

Return Value

Type: FilterDefinitionTDocument
A less than filter.
See Also