DB2RowId Members

Represents the ROWID DB2® data type. Encapsulates the byte [ ] .NET data type. The following tables list the members exposed by the DB2RowId structure.

Public Fields

Field Description
public field Null Null value for DB2RowId.

Public Properties

Property Description
public property IsNull Gets a value that indicates if the value stored in the DB2RowId structure is null.
public property Value Gets the value stored in the DB2RowId structure.

Public Methods

Method Description
public method op_explicit Converts the supplied DB2RowId structure to a byte array.
public method ToString Returns a string that represents the DB2RowId structure.