Database.Connection Property

Definition

Returns the connection being used by this context. This may cause the connection to be created if it does not already exist.

public System.Data.Common.DbConnection Connection { get; }
member this.Connection : System.Data.Common.DbConnection
Public ReadOnly Property Connection As DbConnection

Property Value

Exceptions

Thrown if the context has been disposed.

Applies to