PutNoDuplicate Method

BerkeleyDB

Overload List

  NameDescription
PutNoDuplicate(DatabaseEntry, DatabaseEntry)
Store the key/data pair in the database only if it does not already appear in the database.
PutNoDuplicate(DatabaseEntry, DatabaseEntry, Transaction)
Store the key/data pair in the database only if it does not already appear in the database.

See Also