共用方式為


EntityCommand.Connection 屬性

定義

取得或設定 EntityConnection 所使用的 EntityCommand

public virtual System.Data.Entity.Core.EntityClient.EntityConnection Connection { get; set; }
member this.Connection : System.Data.Entity.Core.EntityClient.EntityConnection with get, set
Public Overridable Property Connection As EntityConnection

屬性值

實體命令所使用的連接。

適用於