Condividi tramite


Membri IDataReader

Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source, and is implemented by Reporting Services Data Processing Extensions that access relational databases.

Il tipo IDataReader espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Dispose (Ereditato da IDisposable).
Metodo pubblico GetFieldType Gets the Type information corresponding to the type of object that is returned from GetValue.
Metodo pubblico GetName Gets the name of the field to find.
Metodo pubblico GetOrdinal Return the index of the named field.
Metodo pubblico GetValue Return the value of the specified field.
Metodo pubblico Read Advances the IDataReader to the next record.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica FieldCount Gets the number of fields in the data reader.

In alto