共用方式為


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.

IDataReader 型別公開下列成員。

方法

  名稱 描述
公用方法 Dispose (繼承自 IDisposable。)
公用方法 GetFieldType Gets the Type information corresponding to the type of object that is returned from GetValue.
公用方法 GetName Gets the name of the field to find.
公用方法 GetOrdinal Return the index of the named field.
公用方法 GetValue Return the value of the specified field.
公用方法 Read Advances the IDataReader to the next record.

頂端

屬性

  名稱 描述
公用屬性 FieldCount Gets the number of fields in the data reader.

頂端