Click or drag to resize

FilterDefinitionBuilderTDocumentOfType Method

Overload List
  NameDescription
Public methodOfTypeTDerived
Creates an OfType filter that matches documents of a derived type.
Public methodOfTypeTDerived(ExpressionFuncTDerived, Boolean)
Creates an OfType filter that matches documents of a derived type and that also match a filter on the derived document.
Public methodOfTypeTField, TDerived(ExpressionFuncTDocument, TField)
Creates an OfType filter that matches documents with a field of a derived type.
Public methodOfTypeTField, TDerived(FieldDefinitionTDocument, TField)
Creates an OfType filter that matches documents with a field of a derived typer.
Public methodOfTypeTDerived(FilterDefinitionTDerived)
Creates an OfType filter that matches documents of a derived type and that also match a filter on the derived document.
Public methodOfTypeTField, TDerived(ExpressionFuncTDocument, TField, ExpressionFuncTDerived, Boolean)
Creates an OfType filter that matches documents with a field of a derived type and that also match a filter on the derived field.
Public methodOfTypeTField, TDerived(FieldDefinitionTDocument, TField, FilterDefinitionTDerived)
Creates an OfType filter that matches documents with a field of a derived type and that also match a filter on the derived field.
Top
See Also