Return the number of partitions created in the database.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0

Syntax

C#
public uint NParts { get; private set; }
Visual Basic (Declaration)
Public Property NParts As UInteger
Visual C++
public:
property unsigned int NParts {
	unsigned int get ();
	void set (unsigned int value);
}

See Also