MongoCollection.Insert Method |
Name | Description | |
---|---|---|
Insert<TNominalType>(TNominalType) |
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).
| |
Insert<TNominalType>(TNominalType, MongoInsertOptions) |
Inserts a document into this collection (see also InsertBatch to insert multiple documents at once).
| |
Insert<TNominalType>(TNominalType, 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).
| |
Insert(Type, Object, WriteConcern) |
Inserts a document into this collection (see also InsertBatch to insert multiple documents at once).
|