dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoader Class / SetString Method / SetString(String,String) Method
The name of the column.
System.String value for the specified column.

SetString(String,String) Method
Sets the System.String value of the column with the specified name.
Syntax
'Declaration
 
Public Overloads Sub SetString( _
   ByVal name As String, _
   ByVal value As String _
) 
 

Parameters

name
The name of the column.
value
System.String value for the specified column.
Remarks
Use SetString(String,String) method to set column with specific name in the current row to the System.String value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also