OdbcCommand.IDbCommand.ExecuteReader Metodo

Definizione

Overload

IDbCommand.ExecuteReader()

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Esegue la proprietà CommandText su Connection e compila IDataReader.

IDbCommand.ExecuteReader(CommandBehavior)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Esegue CommandText su Connection e compila un IDataReader usando il comportamento specificato.

IDbCommand.ExecuteReader()

Esegue la proprietà CommandText su Connection e compila IDataReader.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Restituisce

Oggetto IDataReader.

Implementazioni

Si applica a

IDbCommand.ExecuteReader(CommandBehavior)

Esegue CommandText su Connection e compila un IDataReader usando il comportamento specificato.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

 virtual System::Data::IDataReader ^ System.Data.IDbCommand.ExecuteReader(System::Data::CommandBehavior behavior) = System::Data::IDbCommand::ExecuteReader;
System.Data.IDataReader IDbCommand.ExecuteReader (System.Data.CommandBehavior behavior);
abstract member System.Data.IDbCommand.ExecuteReader : System.Data.CommandBehavior -> System.Data.IDataReader
override this.System.Data.IDbCommand.ExecuteReader : System.Data.CommandBehavior -> System.Data.IDataReader
Function ExecuteReader (behavior As CommandBehavior) As IDataReader Implements IDbCommand.ExecuteReader

Parametri

behavior
CommandBehavior

Combinazione bit per bit dei valori di enumerazione che specifica il comportamento del comando.

Restituisce

Oggetto IDataReader.

Implementazioni

Si applica a