Click or drag to resize
InsertMessageTDocumentDocumentSource Property
Gets the document source.

Namespace: MongoDB.Driver.Core.WireProtocol.Messages
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public BatchableSource<TDocument> DocumentSource { get; }

Property Value

Type: BatchableSourceTDocument
The document source.
See Also