CreateDataSource
This method creates a new OracleDataSource
object using the provided connection string.
Declaration
// C#
OracleDataSource CreateDataSource(string connectionString)
Parameters
-
connectionString
The connection string to connect to the database
Return Value
An OracleDataSource
object ready to create database connections and commands.