다음을 통해 공유


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.

맨 위로 이동