SetInt(String,Int32) Method
In This Topic
Sets the integer value of the column with the specified name.
Syntax
'Declaration
Public Overloads Sub SetInt( _
ByVal As String, _
ByVal As Integer _
)
public void SetInt(
string ,
int
)
Parameters
- name
- The name of the column.
- value
- Integer value for the specified column.
See Also