IExtendedDataRecord 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
DataRecord 介面支援結構化類型和豐富的中繼資料資訊。
public interface IExtendedDataRecord : System.Data.IDataRecord
type IExtendedDataRecord = interface
interface IDataRecord
Public Interface IExtendedDataRecord
Implements IDataRecord
- 衍生
- 實作
屬性
DataRecordInfo |
取得 DataRecordInfo 這個 IExtendedDataRecord 的 。 |
方法
GetDataReader(Int32) |
傳回巢狀讀取器做為 DbDataReader 物件。 |
GetDataRecord(Int32) |
取得具有所指定索引的 DbDataRecord 物件。 |