Database.ConnectionWrapper Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Represents an abstract database that commands can be run against.
The Database.ConnectionWrapper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Database.ConnectionWrapper |
Create a new "lifetime" container for a DbConnection instance.
|
Methods
Name | Description | |
---|---|---|
Dispose |
Dispose the wrapped connection, if appropriate.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Connection |
Gets the actual connection.
|
See Also
Database.ConnectionWrapper Class
Microsoft.Practices.EnterpriseLibrary.Data Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |