![]() |
Enterprise Library Data Access Application Block
7.0-rc1
The Data Access Application Block abstracts the actual database you are using, and exposes a collection of methods that make it easy to access that database and to perform common tasks.
|
Oracle-specific configuration section. More...
Public Member Functions | |
OracleConnectionSettings () | |
Initializes a new instance of the OracleConnectionSettings class with default values. More... | |
Static Public Member Functions | |
static OracleConnectionSettings | GetSettings (IConfigurationSource configurationSource) |
Retrieves the OracleConnectionSettings from the configuration source. More... | |
Static Public Attributes | |
const string | SectionName = "oracleConnectionSettings" |
The section name for the OracleConnectionSettings. More... | |
Properties | |
NamedElementCollection< OracleConnectionData > | OracleConnectionsData [get] |
Collection of Oracle-specific connection information. More... | |
Oracle-specific configuration section.
Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration.OracleConnectionSettings.OracleConnectionSettings | ( | ) |
Initializes a new instance of the OracleConnectionSettings class with default values.
|
static |
Retrieves the OracleConnectionSettings from the configuration source.
configurationSource | The configuration source to retrieve the configuration from. |
null
(Nothing in Visual Basic) if not present in the configuration source.ArgumentNullException | configurationSource is null. |
|
static |
The section name for the OracleConnectionSettings.
|
get |
Collection of Oracle-specific connection information.