MongoCollectionBaseTDocumentOfTypeTDerivedDocument Method |
Returns a filtered collection that appears to contain only documents of the derived type.
All operations using this filtered collection will automatically use discriminators as necessary.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax public abstract IFilteredMongoCollection<TDerivedDocument> OfType<TDerivedDocument>()
where TDerivedDocument : TDocument
Public MustOverride Function OfType(Of TDerivedDocument As TDocument) As IFilteredMongoCollection(Of TDerivedDocument)
abstract OfType : unit -> IFilteredMongoCollection<'TDerivedDocument> when 'TDerivedDocument : 'TDocument
Type Parameters
- TDerivedDocument
- The type of the derived document.
Return Value
Type:
IFilteredMongoCollectionTDerivedDocumentA filtered collection.
Implements
IMongoCollectionTDocumentOfTypeTDerivedDocumentSee Also