SqlCeDataReader Members
Provides a way of reading a forward-only stream of data rows from a data source. This class cannot be inherited.
The SqlCeDataReader type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Close() () () () | Closes the SqlCeDataReader object. (Overrides DbDataReader. . :: . .Close() () () ().) |
![]() |
CreateObjRef(Type) | (inherited from MarshalByRefObject) |
![]() |
Dispose() () () () | Infrastructure. Releases the resources consumed by this SqlCeDataReader. |
![]() |
Dispose(Boolean) | (inherited from DbDataReader) |
![]() |
Equals(Object) | (inherited from Object) |
![]() |
Finalize() () () () | Releases unmanaged resources and performs other cleanup operations before the SqlCeDataReader is reclaimed by garbage collection. (Overrides Object. . :: . .Finalize() () () ().) |
![]() |
GetBoolean(Int32) | Gets the value of the specified column as a Boolean. (Overrides DbDataReader. . :: . .GetBoolean(Int32).) |
![]() |
GetByte(Int32) | Gets the value of the specified column as a byte. (Overrides DbDataReader. . :: . .GetByte(Int32).) |
![]() |
GetBytes(Int32, Int64, array<Byte> [] () [] [], Int32, Int32) | Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset. (Overrides DbDataReader. . :: . .GetBytes(Int32, Int64, array<Byte> [] () [] [], Int32, Int32).) |
![]() |
GetChar(Int32) | Not supported in the .NET Compact Framework Data Provider for . (Overrides DbDataReader. . :: . .GetChar(Int32).) |
![]() |
GetChars(Int32, Int64, array<Char> [] () [] [], Int32, Int32) | Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. (Overrides DbDataReader. . :: . .GetChars(Int32, Int64, array<Char> [] () [] [], Int32, Int32).) |
![]() |
GetData(Int32) | (inherited from DbDataReader) |
![]() |
GetDataTypeName(Int32) | Gets the name of the source data type. (Overrides DbDataReader. . :: . .GetDataTypeName(Int32).) |
![]() |
GetDateTime(Int32) | Gets the value of the specified column as a DateTime object. (Overrides DbDataReader. . :: . .GetDateTime(Int32).) |
![]() |
GetDbDataReader(Int32) | (inherited from DbDataReader) |
![]() |
GetDecimal(Int32) | Gets the value of the specified column as a Decimal object. (Overrides DbDataReader. . :: . .GetDecimal(Int32).) |
![]() |
GetDouble(Int32) | Gets the value of the specified column as a double-precision floating point number. (Overrides DbDataReader. . :: . .GetDouble(Int32).) |
![]() |
GetEnumerator() () () () | Infrastructure. (Overrides DbDataReader. . :: . .GetEnumerator() () () ().) |
![]() |
GetFieldType(Int32) | Gets the Type that is the data type of the object. (Overrides DbDataReader. . :: . .GetFieldType(Int32).) |
![]() |
GetFloat(Int32) | Gets the value of the specified column as a single-precision floating point number. (Overrides DbDataReader. . :: . .GetFloat(Int32).) |
![]() |
GetGuid(Int32) | Gets the value of the specified column as a globally unique identifier (GUID). (Overrides DbDataReader. . :: . .GetGuid(Int32).) |
![]() |
GetHashCode() () () () | (inherited from Object) |
![]() |
GetInt16(Int32) | Gets the value of the specified column as a 16-bit signed integer. (Overrides DbDataReader. . :: . .GetInt16(Int32).) |
![]() |
GetInt32(Int32) | Gets the value of the specified column as a 32-bit signed integer. (Overrides DbDataReader. . :: . .GetInt32(Int32).) |
![]() |
GetInt64(Int32) | Gets the value of the specified column as a 64-bit signed integer. (Overrides DbDataReader. . :: . .GetInt64(Int32).) |
![]() |
GetLifetimeService() () () () | (inherited from MarshalByRefObject) |
![]() |
GetName(Int32) | Gets the name of the specified column. (Overrides DbDataReader. . :: . .GetName(Int32).) |
![]() |
GetOrdinal(String) | Gets the column ordinal, given the name of the column. (Overrides DbDataReader. . :: . .GetOrdinal(String).) |
![]() |
GetProviderSpecificFieldType(Int32) | Gets a Object that is a representation of the underlying provider-specific field type. (Overrides DbDataReader. . :: . .GetProviderSpecificFieldType(Int32).) |
![]() |
GetProviderSpecificValue(Int32) | (inherited from DbDataReader) |
![]() |
GetProviderSpecificValues(array<Object> [] () [] []) | (inherited from DbDataReader) |
![]() |
GetSchemaTable() () () () | Returns a DataTable that describes the column metadata of the SqlCeDataReader. (Overrides DbDataReader. . :: . .GetSchemaTable() () () ().) |
![]() |
GetSqlBinary(Int32) | Gets the value of the specified column as a SqlBinary. |
![]() |
GetSqlBoolean(Int32) | Gets the value of the specified column as a SqlBoolean. |
![]() |
GetSqlByte(Int32) | Gets the value of the specified column as a SqlByte. |
![]() |
GetSqlDateTime(Int32) | Gets the value of the specified column as a SqlDateTime. |
![]() |
GetSqlDecimal(Int32) | Gets the value of the specified column as a SqlDecimal. |
![]() |
GetSqlDouble(Int32) | Gets the value of the specified column as a SqlDouble. |
![]() |
GetSqlGuid(Int32) | Gets the value of the specified column as a SqlGuid. |
![]() |
GetSqlInt16(Int32) | Gets the value of the specified column as a SqlInt16. |
![]() |
GetSqlInt32(Int32) | Gets the value of the specified column as a SqlInt32. |
![]() |
GetSqlInt64(Int32) | Gets the value of the specified column as a SqlInt64. |
![]() |
GetSqlMoney(Int32) | Gets the value of the specified column as a SqlMoney. |
![]() |
GetSqlSingle(Int32) | Gets the value of the specified column as a SqlSingle. |
![]() |
GetSqlString(Int32) | Gets the value of the specified column as a SqlString. |
![]() |
GetString(Int32) | Gets the value of the specified column as a string. (Overrides DbDataReader. . :: . .GetString(Int32).) |
![]() |
GetType() () () () | (inherited from Object) |
![]() |
GetValue(Int32) | Gets the value of the column at the specified ordinal in its native format. (Overrides DbDataReader. . :: . .GetValue(Int32).) |
![]() |
GetValues(array<Object> [] () [] []) | Gets all the attribute columns in the current row. (Overrides DbDataReader. . :: . .GetValues(array<Object> [] () [] []).) |
![]() |
InitializeLifetimeService() () () () | (inherited from MarshalByRefObject) |
![]() |
IsCommandBehavior(CommandBehavior) | |
![]() |
IsDBNull(Int32) | Gets a value indicating whether the column contains nonexistent or missing values. (Overrides DbDataReader. . :: . .IsDBNull(Int32).) |
![]() |
MemberwiseClone() () () () | (inherited from Object) |
![]() |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) |
![]() |
NextResult() () () () | Not supported in the .NET Compact Framework Data Provider for . (Overrides DbDataReader. . :: . .NextResult() () () ().) |
![]() |
OnMove() () () () | Infrastructure. |
![]() |
Read() () () () | Advances SqlCeDataReader to the next record. (Overrides DbDataReader. . :: . .Read() () () ().) |
![]() |
Seek(DbSeekOptions, array<Object> [] () [] []) | Places the SqlCeDataReader on the record with indexed values that match the specified parameters. |
![]() |
ToString() () () () | (inherited from Object) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Depth | Gets a value indicating the depth of nesting for the current row. (Overrides DbDataReader. . :: . .Depth.) |
![]() |
FieldCount | Gets the number of columns in the query's SELECT clause. (Overrides DbDataReader. . :: . .FieldCount.) |
![]() |
HasRows | Gets a value that indicates whether the SqlCeDataReader contains one or more rows (Overrides DbDataReader. . :: . .HasRows.) |
![]() |
HiddenFieldCount | Infrastructure. |
![]() |
IsClosed | Indicates whether the data reader is closed. (Overrides DbDataReader. . :: . .IsClosed.) |
![]() |
Item[ ( [ ( Int32] ) ] ) | Gets the value of the specified column in its native format given the column ordinal. (Overrides DbDataReader. . :: . .Item[ ( [ ( Int32] ) ] ).) |
![]() |
Item[ ( [ ( String] ) ] ) | Gets the value of the specified column in its native format given the column name. (Overrides DbDataReader. . :: . .Item[ ( [ ( String] ) ] ).) |
![]() |
RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. (Overrides DbDataReader. . :: . .RecordsAffected.) |
![]() |
VisibleFieldCount | (inherited from DbDataReader) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDataRecord. . :: . .GetData(Int32) | (inherited from DbDataReader) |
Top