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