Reports the number of records in the Heap database.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public uint nRecords { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property nRecords As UInteger |
Visual C++ |
---|
public: property unsigned int nRecords { unsigned int get (); } |