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