DbConnection.CreateCommand Metodo

Definizione

Crea e restituisce un oggetto DbCommand associato alla connessione corrente.

public:
 System::Data::Common::DbCommand ^ CreateCommand();
public System.Data.Common.DbCommand CreateCommand ();
member this.CreateCommand : unit -> System.Data.Common.DbCommand
Public Function CreateCommand () As DbCommand

Restituisce

DbCommand

Un oggetto DbCommand.

Si applica a

Vedi anche