BulkWriteResultTDocumentAcknowledgedInsertedCount Property |
Gets the number of documents that were inserted.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public override long InsertedCount { get; }
Public Overrides ReadOnly Property InsertedCount As Long
Get
abstract InsertedCount : int64 with get
override InsertedCount : int64 with get
Property Value
Type:
Int64See Also