Enable database partitioning using the specified number of
            partitions and partition function.
            Return true if the specified number of partitions are successfully
            enabled; otherwise return false.
            The number of partitions to createThe name of partitioning function
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0
 Syntax
Syntax
| C# | 
|---|
| public bool SetPartitionByCallback( uint parts, PartitionDelegate partFunc ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function SetPartitionByCallback ( _ parts As UInteger, _ partFunc As PartitionDelegate _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool SetPartitionByCallback( unsigned int parts, PartitionDelegate^ partFunc ) | 





