An application-specified partitioning function.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0
 Syntax
Syntax
| C# | 
|---|
| public delegate uint PartitionDelegate( DatabaseEntry key ) | 
| Visual Basic (Declaration) | 
|---|
| Public Delegate Function PartitionDelegate ( _ key As DatabaseEntry _ ) As UInteger | 
| Visual C++ | 
|---|
| public delegate unsigned int PartitionDelegate( DatabaseEntry^ key ) | 
Parameters
- key
- Type: BerkeleyDB..::.DatabaseEntry
 The value used to determine which partition number should be returned.





