DbConnectionInfo Class

 

Represents information about a database connection.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Infrastructure.DbConnectionInfo

[SerializableAttribute]
public class DbConnectionInfo

NameDescription
System_CAPS_pubmethodDbConnectionInfo(String)

Initializes a new instance of the DbConnectionInfo class representing a connection that is specified in the application configuration file.

System_CAPS_pubmethodDbConnectionInfo(String, String)

Initializes a new instance of the DbConnectionInfo class based on a connection string.

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the current DbConnectionInfo type is equal to a supplied object type.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Generates a value that represents the current connection.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.