| MongoCollectionTDefaultDocumentSave Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | SaveTNominalType(TNominalType) | 
            Saves a document to this collection. The document must have an identifiable Id field. Based on the value
            of the Id field Save will perform either an Insert or an Update.
            (Inherited from MongoCollection.) | 
|  | Save(TDefaultDocument) | 
            Saves a document to this collection. The document must have an identifiable Id field. Based on the value
            of the Id field Save will perform either an Insert or an Update.
             | 
|  | Save(Type, Object) | 
            Saves a document to this collection. The document must have an identifiable Id field. Based on the value
            of the Id field Save will perform either an Insert or an Update.
            (Inherited from MongoCollection.) | 
|  | SaveTNominalType(TNominalType, MongoInsertOptions) | 
            Saves a document to this collection. The document must have an identifiable Id field. Based on the value
            of the Id field Save will perform either an Insert or an Update.
            (Inherited from MongoCollection.) | 
|  | SaveTNominalType(TNominalType, WriteConcern) | 
            Saves a document to this collection. The document must have an identifiable Id field. Based on the value
            of the Id field Save will perform either an Insert or an Update.
            (Inherited from MongoCollection.) | 
|  | Save(TDefaultDocument, MongoInsertOptions) | 
            Saves a document to this collection. The document must have an identifiable Id field. Based on the value
            of the Id field Save will perform either an Insert or an Update.
             | 
|  | Save(TDefaultDocument, WriteConcern) | 
            Saves a document to this collection. The document must have an identifiable Id field. Based on the value
            of the Id field Save will perform either an Insert or an Update.
             | 
|  | Save(Type, Object, MongoInsertOptions) | 
            Saves a document to this collection. The document must have an identifiable Id field. Based on the value
            of the Id field Save will perform either an Insert or an Update.
            (Inherited from MongoCollection.) | 
|  | Save(Type, Object, WriteConcern) | 
            Saves a document to this collection. The document must have an identifiable Id field. Based on the value
            of the Id field Save will perform either an Insert or an Update.
            (Inherited from MongoCollection.) | 
 See Also
See Also