Return the size of the blob in bytes accessed by the database stream.

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

Syntax

C#
public long Size()
Visual Basic (Declaration)
Public Function Size As Long
Visual C++
public:
long long Size()

Return Value

Return the size of the blob in bytes accessed by the database stream.

See Also