DbCommand.IDbCommand.Connection Propriedade

Definição

Obtém ou define o IDbConnection usado por essa instância do 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; }
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 da propriedade

A conexão com a fonte de dados.

Implementações

Comentários

Para obter mais informações, consulte Connection.

Aplica-se a

Confira também