SetInt(Int32,Int32) Method
In This Topic
Sets the integer value of the column at the specified ordinal.
Syntax
'Declaration
Public Overloads Sub SetInt( _
ByVal As Integer, _
ByVal As Integer _
)
public void SetInt(
int ,
int
)
Parameters
- i
- Zero-based index of the column.
- value
- Integer value for the specified column.
See Also