CursorBatchTDocumentDocuments Property |
Gets the documents.
Namespace:
MongoDB.Driver.Core.WireProtocol
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntaxpublic IReadOnlyList<TDocument> Documents { get; }Public ReadOnly Property Documents As IReadOnlyList(Of TDocument)
Get
member Documents : IReadOnlyList<'TDocument> with get
Property Value
Type:
IReadOnlyListTDocument
The documents.
See Also