DbConnectionInfo Class
Represents information about a database connection.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DbConnectionInfo(String) | Initializes a new instance of the DbConnectionInfo class representing a connection that is specified in the application configuration file. |
![]() | DbConnectionInfo(String, String) | Initializes a new instance of the DbConnectionInfo class based on a connection string. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the current DbConnectionInfo type is equal to a supplied object type.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Generates a value that represents the current connection.(Overrides Object.GetHashCode().) |
![]() | GetType() | Gets the Type of the current instance. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Converts the DbConnectionInfo object to a string.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.