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

属性值

由实体命令使用的连接。

适用于