Click or drag to resize
FilterDefinitionBuilderTDocumentSizeGt Method (FieldDefinitionTDocument, Int32)
Creates a size greater than filter.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntax
public FilterDefinition<TDocument> SizeGt(
	FieldDefinition<TDocument> field,
	int size
)

Parameters

field
Type: MongoDB.DriverFieldDefinitionTDocument
The field.
size
Type: SystemInt32
The size.

Return Value

Type: FilterDefinitionTDocument
A size greater than filter.
See Also