DB2®UpdatableRecord.SetInt64 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 SetInt64 ( _
i As Integer, _
value As Long _
)
[C#]
public void SetInt64 (
int i,
long value
)
[C++]
public:
virtual void SetInt64 (
int i,
long long value
)
[JScript]
public function SetInt64 (
i : int,
value : long
)
Parameters
- i
- The zero-based column ordinal.
- value
- The value to be inserted in the specified column.