SetString(Int32,String) Method
Sets the
System.String value of the column at the specified ordinal.
'Declaration
Public Overloads Sub SetString( _
ByVal As Integer, _
ByVal As String _
)
Parameters
- i
- Zero-based index of the column.
- value
- System.String value for the specified column.