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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.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