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