If non-null, the starting point for compaction.  For a Btree or
            Recno database compaction will start at the smallest key greater
            than or equal to the starting point.  For a Hash database the
            compaction will start in the bucket specified by the integer stored
            in the starting point.  If null, compaction will start at the
            beginning of the database. 
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public DatabaseEntry start | 
| Visual Basic (Declaration) | 
|---|
| Public start As DatabaseEntry | 
| Visual C++ | 
|---|
| public: DatabaseEntry^ start | 





