| MongoCollectionInsertBatch Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | InsertBatchTNominalType(IEnumerableTNominalType) | 
            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).
             | 
|  | InsertBatchTNominalType(IEnumerableTNominalType, WriteConcern) | 
            Inserts multiple documents at once into this collection (see also Insert to insert a single document).
             | 
|  | InsertBatch(Type, IEnumerable) | 
            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).
             | 
|  | InsertBatch(Type, IEnumerable, WriteConcern) | 
            Inserts multiple documents at once into this collection (see also Insert to insert a single document).
             | 
 See Also
See Also