IExtendedDataRecord 接口
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
提供支持结构化类型和丰富元数据信息的 DataRecord 接口。
命名空间: System.Data.Entity.Core
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Public Interface IExtendedDataRecord _
Inherits IDataRecord
用法
Dim instance As IExtendedDataRecord
public interface IExtendedDataRecord : IDataRecord
public interface class IExtendedDataRecord : IDataRecord
type IExtendedDataRecord =
interface
interface IDataRecord
end
public interface IExtendedDataRecord extends IDataRecord
IExtendedDataRecord 类型公开以下成员。
属性
名称 | 描述 | |
---|---|---|
DataRecordInfo | 获取描述记录内容的 DataRecordInfo 属性。 | |
FieldCount | (继承自 IDataRecord。) | |
Item[Int32] | (继承自 IDataRecord。) | |
Item[String] | (继承自 IDataRecord。) |
顶部
方法
名称 | 描述 | |
---|---|---|
GetBoolean | (继承自 IDataRecord。) | |
GetByte | (继承自 IDataRecord。) | |
GetBytes | (继承自 IDataRecord。) | |
GetChar | (继承自 IDataRecord。) | |
GetChars | (继承自 IDataRecord。) | |
GetData | (继承自 IDataRecord。) | |
GetDataReader | 以 DbDataReader 对象的形式返回嵌套的读取器。 | |
GetDataRecord | 使用指定的索引获取一个 DbDataRecord 对象。 | |
GetDataTypeName | (继承自 IDataRecord。) | |
GetDateTime | (继承自 IDataRecord。) | |
GetDecimal | (继承自 IDataRecord。) | |
GetDouble | (继承自 IDataRecord。) | |
GetFieldType | (继承自 IDataRecord。) | |
GetFloat | (继承自 IDataRecord。) | |
GetGuid | (继承自 IDataRecord。) | |
GetInt16 | (继承自 IDataRecord。) | |
GetInt32 | (继承自 IDataRecord。) | |
GetInt64 | (继承自 IDataRecord。) | |
GetName | (继承自 IDataRecord。) | |
GetOrdinal | (继承自 IDataRecord。) | |
GetString | (继承自 IDataRecord。) | |
GetValue | (继承自 IDataRecord。) | |
GetValues | (继承自 IDataRecord。) | |
IsDBNull | (继承自 IDataRecord。) |
顶部