DbConnection.IDbConnection.CreateCommand Metodo

Definizione

Crea e restituisce un oggetto DbCommand associato alla connessione corrente.

 virtual System::Data::IDbCommand ^ System.Data.IDbConnection.CreateCommand() = System::Data::IDbConnection::CreateCommand;
System.Data.IDbCommand IDbConnection.CreateCommand ();
abstract member System.Data.IDbConnection.CreateCommand : unit -> System.Data.IDbCommand
override this.System.Data.IDbConnection.CreateCommand : unit -> System.Data.IDbCommand
Function CreateCommand () As IDbCommand Implements IDbConnection.CreateCommand

Restituisce

Oggetto DbCommand associato alla connessione.

Implementazioni

Commenti

Per altre informazioni, vedere Comandi e parametri e CreateCommand.

Si applica a

Vedi anche