GenericDatabaseData Members
Include Protected Members
Include Inherited Members
The GenericDatabaseData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GenericDatabaseData |
Initializes a new instance of the GenericDatabaseData 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 GenericDatabase represented by this configuration object.
(Overrides DatabaseData.GetRegistrations().) |
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ConfigurationSource |
Gets the IConfigurationSource for the database data.
(Inherited from DatabaseData.) |
|
ConnectionString |
Gets the connection string for the represented database.
(Inherited from DatabaseData.) |
|
ConnectionStringSettings |
Gets the ConnectionStringSettings for the database data.
(Inherited from DatabaseData.) |
|
Name |
Gets the name for the represented database.
(Inherited from DatabaseData.) |
|
ProviderName |
Gets the name of the ADO.NET provider for the represented database.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Data.Configuration Namespace