PutNoOverwrite Method

BerkeleyDB

Overload List

  NameDescription
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(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.)

See Also