DB2®UpdatableRecord.SetBytes Method
Overrwrite the column with a new value.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Sub SetBytes ( _
i As Integer, _
buffer() As Byte () _
)
[C#]
public void SetBytes (
int i,
byte[] buffer
)
[C++]
public:
virtual void SetBytes (
int i,
unsigned char buffer __gc[]
)
[JScript]
public function SetBytes (
i : int,
buffer : Byte[]
)
Parameters
- i
- The zero-based column ordinal.
- buffer
- The value to be inserted in the specified column.