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 对象。 |