DatabaseData Members
Include Protected Members
Include Inherited Members
The DatabaseData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DatabaseData |
Initializes a new instance of the DatabaseData class with a connection string and a configuration source.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetRegistrations |
Creates a TypeRegistration instance describing the database represented by this configuration object.
|
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ConfigurationSource |
Gets the IConfigurationSource for the database data.
|
|
ConnectionString |
Gets the connection string for the represented database.
|
|
ConnectionStringSettings |
Gets the ConnectionStringSettings for the database data.
|
|
Name |
Gets the name for the represented database.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Data.Configuration Namespace