MongoCollectionSave Method | 
| 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.
              | |
| 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.
              | |
| 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.
              | |
| 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.
              | |
| 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.
              | |
| 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.
              |