DB2®Clob.Size property

Gets the current size of the DB2Clob object.

Namespace:
IBM.Data.DB2Types
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public ReadOnly Property Size As Int64
[C#]
public Int64 Size {get;}
[C++]
public: __property Int64 get_Size();
[JScript]
public final function get Size() : Int64

Property value

The size, in number of characters, of a DB2Clob object.