SetInt(String,Int32) Method
Sets the integer value of the column with the specified name.
'Declaration
Public Overloads Sub SetInt( _
ByVal As String, _
ByVal As Integer _
)
Parameters
- name
- The name of the column.
- value
- Integer value for the specified column.