Compartir a través de


EntityCommand.Connection Propiedad

Definición

Obtiene o establece el EntityConnection objeto utilizado por .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

Valor de propiedad

Conexión usada por el comando de entidad.

Se aplica a