.gif) |
Close |
关闭 SqlCeDataReader 对象。 (重写 DbDataReader. . :: . .Close() () () ()。) |
.gif) |
CreateObjRef |
(inherited from MarshalByRefObject) |
.gif) |
Dispose() () () () |
基础结构。释放此 SqlCeDataReader 使用的资源。 |
.gif) |
Dispose |
(inherited from DbDataReader) |
.gif) |
Equals |
(inherited from Object) |
.gif) |
Finalize |
在通过垃圾回收将 SqlCeDataReader 回收之前,释放非托管资源并执行其他清理操作。 (重写 Object. . :: . .Finalize() () () ()。) |
.gif) |
GetBoolean |
获取指定列的布尔值形式的值。 (重写 DbDataReader. . :: . .GetBoolean(Int32)。) |
.gif) |
GetByte |
获取指定列的字节形式的值。 (重写 DbDataReader. . :: . .GetByte(Int32)。) |
.gif) |
GetBytes |
从按指定的列偏移量将字节流作为数组从给定的缓冲区偏移量开始读入缓冲区。 (重写 DbDataReader. . :: . .GetBytes(Int32, Int64, array<Byte> [] () [] [], Int32, Int32)。) |
.gif) |
GetChar |
在 SQL Server Compact 3.5 的 .NET Compact Framework 数据提供程序中不受支持。 (重写 DbDataReader. . :: . .GetChar(Int32)。) |
.gif) |
GetChars |
从指定的列偏移量将字符流作为数组从给定的缓冲区偏移量开始读入缓冲区。 (重写 DbDataReader. . :: . .GetChars(Int32, Int64, array<Char> [] () [] [], Int32, Int32)。) |
.gif) |
GetData |
(inherited from DbDataReader) |
.gif) |
GetDataTypeName |
获取源数据类型的名称。 (重写 DbDataReader. . :: . .GetDataTypeName(Int32)。) |
.gif) |
GetDateTime |
获取指定列的 DateTime 对象形式的值。 (重写 DbDataReader. . :: . .GetDateTime(Int32)。) |
.gif) |
GetDbDataReader |
(inherited from DbDataReader) |
.gif) |
GetDecimal |
获取指定列的 Decimal 对象形式的值。 (重写 DbDataReader. . :: . .GetDecimal(Int32)。) |
.gif) |
GetDouble |
获取指定列的双精度浮点数形式的值。 (重写 DbDataReader. . :: . .GetDouble(Int32)。) |
.gif) |
GetEnumerator |
基础结构。 (重写 DbDataReader. . :: . .GetEnumerator() () () ()。) |
.gif) |
GetFieldType |
获取是对象的数据类型的 Type。 (重写 DbDataReader. . :: . .GetFieldType(Int32)。) |
.gif) |
GetFloat |
获取指定列的单精度浮点数形式的值。 (重写 DbDataReader. . :: . .GetFloat(Int32)。) |
.gif) |
GetGuid |
获取指定列的值作为全局唯一标识符 (GUID)。 (重写 DbDataReader. . :: . .GetGuid(Int32)。) |
.gif) |
GetHashCode |
(inherited from Object) |
.gif) |
GetInt16 |
获取指定列的 16 位有符号整数形式的值。 (重写 DbDataReader. . :: . .GetInt16(Int32)。) |
.gif) |
GetInt32 |
获取指定列的 32 位有符号整数形式的值。 (重写 DbDataReader. . :: . .GetInt32(Int32)。) |
.gif) |
GetInt64 |
获取指定列的 64 位有符号整数形式的值。 (重写 DbDataReader. . :: . .GetInt64(Int32)。) |
.gif) |
GetLifetimeService |
(inherited from MarshalByRefObject) |
.gif) |
GetName |
获取指定列的名称。 (重写 DbDataReader. . :: . .GetName(Int32)。) |
.gif) |
GetOrdinal |
在给定列名称的情况下获取列序号。 (重写 DbDataReader. . :: . .GetOrdinal(String)。) |
.gif) |
GetProviderSpecificFieldType |
获取一个 Object,它表示基础提供程序特定的字段类型。 (重写 DbDataReader. . :: . .GetProviderSpecificFieldType(Int32)。) |
.gif) |
GetProviderSpecificValue |
(inherited from DbDataReader) |
.gif) |
GetProviderSpecificValues |
(inherited from DbDataReader) |
.gif) |
GetSchemaTable |
返回一个 DataTable,它描述 SqlCeDataReader 的列元数据。 (重写 DbDataReader. . :: . .GetSchemaTable() () () ()。) |
.gif) |
GetSqlBinary |
获取指定列的 SqlBinary 形式的值。 |
.gif) |
GetSqlBoolean |
获取指定列的 SqlBoolean 形式的值。 |
.gif) |
GetSqlByte |
获取指定列的 SqlByte 形式的值。 |
.gif) |
GetSqlDateTime |
获取指定列的 SqlDateTime 形式的值。 |
.gif) |
GetSqlDecimal |
获取指定列的 SqlDecimal 形式的值。 |
.gif) |
GetSqlDouble |
获取指定列的 SqlDouble 形式的值。 |
.gif) |
GetSqlGuid |
获取指定列的 SqlGuid 形式的值。 |
.gif) |
GetSqlInt16 |
获取指定列的 SqlInt16 形式的值。 |
.gif) |
GetSqlInt32 |
获取指定列的 SqlInt32 形式的值。 |
.gif) |
GetSqlInt64 |
获取指定列的 SqlInt64 形式的值。 |
.gif) |
GetSqlMoney |
获取指定列的 SqlMoney 形式的值。 |
.gif) |
GetSqlSingle |
获取指定列的 SqlSingle 形式的值。 |
.gif) |
GetSqlString |
获取指定列的 SqlString 形式的值。 |
.gif) |
GetString |
获取指定列的字符串形式的值。 (重写 DbDataReader. . :: . .GetString(Int32)。) |
.gif) |
GetType |
(inherited from Object) |
.gif) |
GetValue |
获取以本机格式表示的指定序号处的列的值。 (重写 DbDataReader. . :: . .GetValue(Int32)。) |
.gif) |
GetValues |
获取当前行中的所有属性列。 (重写 DbDataReader. . :: . .GetValues(array<Object> [] () [] [])。) |
.gif) |
InitializeLifetimeService |
(inherited from MarshalByRefObject) |
.gif) |
IsCommandBehavior |
|
.gif) |
IsDBNull |
获取一个值,用以表示列中是否包含不存在的或已丢失的值。 (重写 DbDataReader. . :: . .IsDBNull(Int32)。) |
.gif) |
MemberwiseClone |
(inherited from Object) |
.gif) |
MemberwiseClone |
(inherited from MarshalByRefObject) |
.gif) |
NextResult |
在 SQL Server Compact 3.5 的 .NET Compact Framework 数据提供程序中不受支持。 (重写 DbDataReader. . :: . .NextResult() () () ()。) |
.gif) |
OnMove |
基础结构。 |
.gif) |
Read |
将 SqlCeDataReader 移到下一个记录。 (重写 DbDataReader. . :: . .Read() () () ()。) |
.gif) |
Seek |
将 SqlCeDataReader 放置在包含与指定参数匹配的索引值的记录上。 |
.gif) |
ToString |
(inherited from Object) |