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