OracleString Constructor (String^)

 

Initializes a new instance of the OracleString class and specifies the string to store.

Namespace:   System.Data.OracleClient
Assembly:  System.Data.OracleClient (in System.Data.OracleClient.dll)

public:
OracleString(
	String^ s
)

Parameters

s
Type: System::String^

The string to store.

.NET Framework
Available since 1.1
Return to top
Show: