DbCommand.IDbCommand.Connection Proprietà

Definizione

Ottiene o imposta l'oggetto IDbConnection usato da questa istanza dell'oggetto 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

Valore della proprietà

Connessione all'origine dati.

Implementazioni

Commenti

Per altre informazioni, vedere Connection.

Si applica a

Vedi anche