DB2®Binary.Value Property

Gets the value stored in the DB2Binary object.

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

Syntax


[Visual Basic]
Public ReadOnly Property Value As Byte()
[C#]
public byte[] Value {get;}
[C++]
public: __property unsigned char value __gc[] get_Value();
[JScript]
public function get Value() : byte[];

Property value

A byte array representing the DB2Binary instance.