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.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
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