Click or drag to resize
MongoCollection.FindAllAs Method
Overload List
  NameDescription
Public methodFindAllAs<TDocument>()
Returns a cursor that can be used to find all documents in this collection as TDocuments.
Public methodFindAllAs(Type)
Returns a cursor that can be used to find all documents in this collection as TDocuments.
Top
See Also