A function to call after the record number has been selected but before the data has been stored into the database.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public AppendRecordDelegate Append
Visual Basic (Declaration)
Public Append As AppendRecordDelegate
Visual C++
public:
AppendRecordDelegate^ Append

Remarks

When using Append(DatabaseEntry), it may be useful to modify the stored data based on the generated key. If a delegate is specified, it is called after the record number has been selected, but before the data has been stored.

See Also