See Also

OracleLoader Class  | OracleLoader Members  | Overload List

Language

Visual Basic

C#

Show All

name
The name of the column.
value
String value for the specified column.
See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

SetString(String,String) Method

Devart.Data.Oracle Namespace > OracleLoader Class > SetString Method : SetString(String,String) Method

Sets the String value of the column with the specified name.

[Visual Basic]
Overloads Public Sub SetString( _    ByVal name As String, _    ByVal value As String _ )
[C#]
public void SetString(    string name,    string value );

Parameters

name
The name of the column.
value
String value for the specified column.

Remarks

Use SetString method to set column with specific name in the current row to the String value.

See Also

OracleLoader Class  | OracleLoader Members  | Overload List

 

 


© 2002 - 2013 Devart. All Rights Reserved.