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 | |
FieldCount |
获取当前行中的列数。 (继承自 IDataRecord) |
Item[Int32] |
获取位于指定索引处的列。 (继承自 IDataRecord) |
Item[String] |
获取具有指定名称的列。 (继承自 IDataRecord) |