MongoCollectionTDefaultDocumentInsertBatch Method | 
| Name | Description | |
|---|---|---|
| InsertBatchTNominalType(IEnumerableTNominalType) | 
            Inserts multiple documents at once into this collection (see also Insert to insert a single document).
              (Inherited from MongoCollection.) | |
| InsertBatch(IEnumerableTDefaultDocument) | 
            Inserts multiple documents at once into this collection (see also Insert to insert a single document).
              | |
| InsertBatchTNominalType(IEnumerableTNominalType, MongoInsertOptions) | 
            Inserts multiple documents at once into this collection (see also Insert to insert a single document).
              (Inherited from MongoCollection.) | |
| InsertBatchTNominalType(IEnumerableTNominalType, 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(IEnumerableTDefaultDocument, MongoInsertOptions) | 
            Inserts multiple documents at once into this collection (see also Insert to insert a single document).
              | |
| InsertBatch(IEnumerableTDefaultDocument, 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.) |