DB2®UpdatableRecord.SetInt16 Method

Overrwrite the column with a new value.

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

Syntax


[Visual Basic]
Public Sub SetInt16 ( _
   i As Integer, _
   value As Short _
)
[C#]
public void SetInt16 (
   int i,
   short value
)
[C++]
public:
virtual void SetInt16 (
   int i,
   short value
)
[JScript]
public function SetInt16 (
   i : int,
   value : short
)

Parameters

i
The zero-based column ordinal.
value
The value to be inserted in the specified column.