dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoader Class / SetString Method / SetString(Int32,String) Method
Zero-based index of the column.
System.String value for the specified column.

In This Topic
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 i As Integer, _
   ByVal value As String _
) 
 

Parameters

i
Zero-based index of the column.
value
System.String value for the specified column.
Remarks
Use SetString(Int32,String) method to set column with specific index in the current row to the System.String value.
See Also