Property Documents

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Documents

Gets the documents (usually one but could be more).

IReadOnlyList<BsonDocument> Documents { get; }

Property Value

IReadOnlyList<BsonDocument>