MongoCollection<TDefaultDocument>.InsertBatch Method |
Name | Description | |
---|---|---|
![]() | InsertBatch<TNominalType>(IEnumerable<TNominalType>) |
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
(Inherited from MongoCollection.) |
![]() | InsertBatch(IEnumerable<TDefaultDocument>) |
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
|
![]() | InsertBatch<TNominalType>(IEnumerable<TNominalType>, MongoInsertOptions) |
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
(Inherited from MongoCollection.) |
![]() | InsertBatch<TNominalType>(IEnumerable<TNominalType>, WriteConcern) |
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
(Inherited from MongoCollection.) |
![]() | InsertBatch(Type, IEnumerable) |
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
(Inherited from MongoCollection.) |
![]() | InsertBatch(IEnumerable<TDefaultDocument>, MongoInsertOptions) |
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
|
![]() | InsertBatch(IEnumerable<TDefaultDocument>, WriteConcern) |
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
|
![]() | InsertBatch(Type, IEnumerable, MongoInsertOptions) |
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
(Inherited from MongoCollection.) |
![]() | InsertBatch(Type, IEnumerable, WriteConcern) |
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
(Inherited from MongoCollection.) |