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