 Overload List
Overload List
| Name | Description | |
|---|---|---|
|  | PutNoOverwrite(MultipleKeyDatabaseEntry) | 
            Store the key/data pairs in the database, only if the key does not
            already appear in the database.
            (Inherited from Database.) | 
|  | PutNoOverwrite(DatabaseEntry, DatabaseEntry) | 
            Store the key/data pair in the database, only if the key does not
            already appear in the database.
            (Inherited from Database.) | 
|  | PutNoOverwrite(MultipleKeyDatabaseEntry, Transaction) | 
            Store the key/data pairs in the database, only if the key does not
            already appear in the database.
            (Inherited from Database.) | 
|  | PutNoOverwrite(DatabaseEntry, DatabaseEntry, Transaction) | 
            Store the key/data pair in the database, only if the key does not
            already appear in the database.
            (Inherited from Database.) | 





