DbCommand.IDbCommand.Connection Propiedad

Definición

Obtiene o establece el IDbConnection objeto utilizado por esta instancia de .IDbCommand

property System::Data::IDbConnection ^ System::Data::IDbCommand::Connection { System::Data::IDbConnection ^ get(); void set(System::Data::IDbConnection ^ value); };
System.Data.IDbConnection System.Data.IDbCommand.Connection { get; set; }
member this.System.Data.IDbCommand.Connection : System.Data.IDbConnection with get, set
 Property Connection As IDbConnection Implements IDbCommand.Connection

Valor de propiedad

Conexión al origen de datos.

Implementaciones

Comentarios

Para obtener más información, consulte Connection.

Se aplica a

Consulte también