FilterDefinitionBuilderTDocumentOfType Method |
Name | Description | |
---|---|---|
![]() | OfTypeTDerived |
Creates an OfType filter that matches documents of a derived type.
|
![]() | OfTypeTDerived(ExpressionFuncTDerived, Boolean) |
Creates an OfType filter that matches documents of a derived type and that also match a filter on the derived document.
|
![]() | OfTypeTField, TDerived(ExpressionFuncTDocument, TField) |
Creates an OfType filter that matches documents with a field of a derived type.
|
![]() | OfTypeTField, TDerived(FieldDefinitionTDocument, TField) |
Creates an OfType filter that matches documents with a field of a derived typer.
|
![]() | OfTypeTDerived(FilterDefinitionTDerived) |
Creates an OfType filter that matches documents of a derived type and that also match a filter on the derived document.
|
![]() | OfTypeTField, 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.
|
![]() | OfTypeTField, 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.
|