DbConnection.CreateCommand Metodo

Definizione

Crea e restituisce un DbCommand oggetto 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

Valori restituiti

Un oggetto DbCommand.

Si applica a

Vedi anche