DbConnectionInfo Class
Entity Framework 5.0
Represents information about a database connection.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
The DbConnectionInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DbConnectionInfo(String) | Creates a new instance of DbConnectionInfo class representing a connection that is specified in the application configuration file. |
![]() | DbConnectionInfo(String, String) | Creates a new instance of DbConnectionInfo class based on a connection string. |
| Name | Description | |
|---|---|---|
![]() | Equals | Indicates whether the specified object is equal to the current object. (Overrides Object.Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Overrides Object.GetHashCode.) |
![]() | GetType | Gets the type of the current instance. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Overrides Object.ToString.) |
Show:
