Number of blob records.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet61 (in libdb_dotnet61.dll) Version: 6.1.19.0

Syntax

C#
public uint nBlobRecords { get; }
Visual Basic (Declaration)
Public ReadOnly Property nBlobRecords As UInteger
Visual C++
public:
property unsigned int nBlobRecords {
	unsigned int get ();
}

See Also