Click or drag to resize

FilterDefinitionBuilderTDocumentGt Method (FieldDefinitionTDocument, UInt64, UInt64)

Creates a greater than filter for a UInt64 field.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public FilterDefinition<TDocument> Gt(
	FieldDefinition<TDocument, ulong> field,
	ulong value
)

Parameters

field
Type: MongoDB.DriverFieldDefinitionTDocument, UInt64
The field.
value
Type: SystemUInt64
The value.

Return Value

Type: FilterDefinitionTDocument
A greater than filter.
See Also