DB2RowId.op_explicit Method

Converts the supplied DB2RowId structure to a byte array.

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

Syntax


[Visual Basic]
Public Shared Narrowing Operator CType (source As DB2RowId) As Byte()
[C#]
public static implicit operator byte[] (DB2RowId source)
[C++]
public:
static implicit operator array<unsigned char> (DB2RowId source)

Parameters

source
A DB2RowId structure to be converted to a byte array.

Return value

A byte array converted from a DB2RowId instance.