IDataRecord 成员

使 DataReader 能访问每一行中的列值,由访问关系数据库的 .NET Framework 数据提供程序实现。

下表列出了由 IDataRecord 类型公开的成员。

公共属性

  名称 说明
Public property Supported by the .NET Compact Framework FieldCount 获取当前行中的列数。
Public property Supported by the .NET Compact Framework Item 已重载。获取指定的列。

页首

公共方法

  名称 说明
Public method Supported by the .NET Compact Framework GetBoolean 获取指定列的布尔值形式的值。
Public method Supported by the .NET Compact Framework GetByte 获取指定列的 8 位无符号整数值。
Public method Supported by the .NET Compact Framework GetBytes 从指定的列偏移量将字节流作为数组从给定的缓冲区偏移量开始读入缓冲区。
Public method Supported by the .NET Compact Framework GetChar 获取指定列的字符值。
Public method Supported by the .NET Compact Framework GetChars 从指定的列偏移量将字符流作为数组从给定的缓冲区偏移量开始读入缓冲区。
Public method Supported by the .NET Compact Framework GetData 获取将在字段指向更多的远程结构化数据时使用的 IDataReader
Public method Supported by the .NET Compact Framework GetDataTypeName 获取指定字段的数据类型信息。
Public method Supported by the .NET Compact Framework GetDateTime 获取指定字段的日期和时间数据值。
Public method Supported by the .NET Compact Framework GetDecimal 获取指定字段的固定位置的数值。
Public method Supported by the .NET Compact Framework GetDouble 获取指定字段的双精度浮点数。
Public method Supported by the .NET Compact Framework GetFieldType 获取与从 GetValue 返回的 Object 类型对应的 Type 信息。
Public method Supported by the .NET Compact Framework GetFloat 获取指定字段的单精度浮点数。
Public method Supported by the .NET Compact Framework GetGuid 返回指定字段的 GUID 值。
Public method Supported by the .NET Compact Framework GetInt16 获取指定字段的 16 位有符号整数值。
Public method Supported by the .NET Compact Framework GetInt32 获取指定字段的 32 位有符号整数值。
Public method Supported by the .NET Compact Framework GetInt64 获取指定字段的 64 位有符号整数值。
Public method Supported by the .NET Compact Framework GetName 获取要查找的字段的名称。
Public method Supported by the .NET Compact Framework GetOrdinal 返回命名字段的索引。
Public method Supported by the .NET Compact Framework GetString 获取指定字段的字符串值。
Public method Supported by the .NET Compact Framework GetValue 返回指定字段的值。
Public method Supported by the .NET Compact Framework GetValues 获取当前记录的集合中的全部属性字段。
Public method Supported by the .NET Compact Framework IsDBNull 返回是否将指定字段设置为空。

页首

请参见

参考

IDataRecord 接口
System.Data 命名空间