Click or drag to resize

FilterDefinitionBuilderTDocumentGte Method

Overload List
  NameDescription
Public methodGte(ExpressionFuncTDocument, UInt32, UInt32)
Creates a greater than or equal filter for a UInt32 field.
Public methodGte(ExpressionFuncTDocument, UInt64, UInt64)
Creates a greater than or equal filter for a UInt64 field.
Public methodGteTField(ExpressionFuncTDocument, TField, TField)
Creates a greater than or equal filter.
Public methodGte(FieldDefinitionTDocument, UInt32, UInt32)
Creates a greater than or equal filter for a UInt32 field.
Public methodGte(FieldDefinitionTDocument, UInt64, UInt64)
Creates a greater than or equal filter for a UInt64 field.
Public methodGteTField(FieldDefinitionTDocument, TField, TField)
Creates a greater than or equal filter.
Top
See Also