IExtendedDataRecord 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對 DbDataRecord 提供 DbDataReader 的每一資料列中資料行值的存取。
public interface class IExtendedDataRecord : System::Data::IDataRecord
public interface IExtendedDataRecord : System.Data.IDataRecord
type IExtendedDataRecord = interface
interface IDataRecord
Public Interface IExtendedDataRecord
Implements IDataRecord
- 衍生
- 實作
屬性
DataRecordInfo |
取得這個 DataRecordInfo 的 IExtendedDataRecord。 |
FieldCount |
取得目前資料列中的資料行數目。 (繼承來源 IDataRecord) |
Item[Int32] |
取得位於指定索引位置的資料行。 (繼承來源 IDataRecord) |
Item[String] |
取得具有指定名稱的資料行。 (繼承來源 IDataRecord) |