Click or drag to resize
MongoCollectionTDefaultDocumentInsertBatch Method
Overload List
  NameDescription
Public methodInsertBatchTNominalType(IEnumerableTNominalType)
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
(Inherited from MongoCollection.)
Public methodInsertBatch(IEnumerableTDefaultDocument)
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
Public methodInsertBatchTNominalType(IEnumerableTNominalType, MongoInsertOptions)
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
(Inherited from MongoCollection.)
Public methodInsertBatchTNominalType(IEnumerableTNominalType, WriteConcern)
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
(Inherited from MongoCollection.)
Public methodInsertBatch(Type, IEnumerable)
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
(Inherited from MongoCollection.)
Public methodInsertBatch(IEnumerableTDefaultDocument, MongoInsertOptions)
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
Public methodInsertBatch(IEnumerableTDefaultDocument, WriteConcern)
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
Public methodInsertBatch(Type, IEnumerable, MongoInsertOptions)
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
(Inherited from MongoCollection.)
Public methodInsertBatch(Type, IEnumerable, WriteConcern)
Inserts multiple documents at once into this collection (see also Insert to insert a single document).
(Inherited from MongoCollection.)
Top
See Also