SqlCeDataReader Methods
Visual Studio 2010
The SqlCeDataReader type exposes the following members.
| Name | Description | |
|---|---|---|
|
Close | Closes the SqlCeDataReader object. (Overrides DbDataReader.Close().) |
|
CreateObjRef | (inherited from MarshalByRefObject) |
|
Dispose() | Infrastructure. Releases the resources consumed by this SqlCeDataReader. |
|
Dispose(Boolean) | Releases the unmanaged resources used by this SqlCeDataReader, and optionally releases the managed resources as well. (Overrides DbDataReader.Dispose(Boolean).) |
|
Equals | (inherited from Object) |
|
Finalize | Releases unmanaged resources and performs other cleanup operations before the SqlCeDataReader is reclaimed by garbage collection. (Overrides Object.Finalize().) |
|
GetBoolean | Gets the value of the specified column as a Boolean. (Overrides DbDataReader.GetBoolean(Int32).) |
|
GetByte | Gets the value of the specified column as a byte. (Overrides DbDataReader.GetByte(Int32).) |
|
GetBytes | 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, Byte[], Int32, Int32).) |
|
GetChar | Not supported in the .NET Compact Framework Data Provider for SQL Server Compact. (Overrides DbDataReader.GetChar(Int32).) |
|
GetChars | 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, Char[], Int32, Int32).) |
|
GetData | (inherited from DbDataReader) |
|
GetDataTypeName | Gets the name of the source data type. (Overrides DbDataReader.GetDataTypeName(Int32).) |
|
GetDateTime | Gets the value of the specified column as a DateTime object. (Overrides DbDataReader.GetDateTime(Int32).) |
|
GetDbDataReader | (inherited from DbDataReader) |
|
GetDecimal | Gets the value of the specified column as a Decimal object. (Overrides DbDataReader.GetDecimal(Int32).) |
|
GetDouble | Gets the value of the specified column as a double-precision floating point number. (Overrides DbDataReader.GetDouble(Int32).) |
|
GetEnumerator | Infrastructure. (Overrides DbDataReader.GetEnumerator().) |
|
GetFieldType | Gets the Type that is the data type of the object. (Overrides DbDataReader.GetFieldType(Int32).) |
|
GetFloat | Gets the value of the specified column as a single-precision floating point number. (Overrides DbDataReader.GetFloat(Int32).) |
|
GetGuid | Gets the value of the specified column as a globally unique identifier (GUID). (Overrides DbDataReader.GetGuid(Int32).) |
|
GetHashCode | (inherited from Object) |
|
GetInt16 | Gets the value of the specified column as a 16-bit signed integer. (Overrides DbDataReader.GetInt16(Int32).) |
|
GetInt32 | Gets the value of the specified column as a 32-bit signed integer. (Overrides DbDataReader.GetInt32(Int32).) |
|
GetInt64 | Gets the value of the specified column as a 64-bit signed integer. (Overrides DbDataReader.GetInt64(Int32).) |
|
GetLifetimeService | (inherited from MarshalByRefObject) |
|
GetName | Gets the name of the specified column. (Overrides DbDataReader.GetName(Int32).) |
|
GetOrdinal | Gets the column ordinal, given the name of the column. (Overrides DbDataReader.GetOrdinal(String).) |
|
GetProviderSpecificFieldType | Gets a Object that is a representation of the underlying provider-specific field type. (Overrides DbDataReader.GetProviderSpecificFieldType(Int32).) |
|
GetProviderSpecificValue | (inherited from DbDataReader) |
|
GetProviderSpecificValues | (inherited from DbDataReader) |
|
GetSchemaTable | Returns a DataTable that describes the column metadata of the SqlCeDataReader. (Overrides DbDataReader.GetSchemaTable().) |
|
GetSqlBinary | Gets the value of the specified column as a SqlBinary. |
|
GetSqlBoolean | Gets the value of the specified column as a SqlBoolean. |
|
GetSqlByte | Gets the value of the specified column as a SqlByte. |
|
GetSqlDateTime | Gets the value of the specified column as a SqlDateTime. |
|
GetSqlDecimal | Gets the value of the specified column as a SqlDecimal. |
|
GetSqlDouble | Gets the value of the specified column as a SqlDouble. |
|
GetSqlGuid | Gets the value of the specified column as a SqlGuid. |
|
GetSqlInt16 | Gets the value of the specified column as a SqlInt16. |
|
GetSqlInt32 | Gets the value of the specified column as a SqlInt32. |
|
GetSqlInt64 | Gets the value of the specified column as a SqlInt64. |
|
GetSqlMoney | Gets the value of the specified column as a SqlMoney. |
|
GetSqlSingle | Gets the value of the specified column as a SqlSingle. |
|
GetSqlString | Gets the value of the specified column as a SqlString. |
|
GetString | Gets the value of the specified column as a string. (Overrides DbDataReader.GetString(Int32).) |
|
GetType | (inherited from Object) |
|
GetValue | Gets the value of the column at the specified ordinal in its native format. (Overrides DbDataReader.GetValue(Int32).) |
|
GetValues | Gets all the attribute columns in the current row. (Overrides DbDataReader.GetValues(Object[]).) |
|
InitializeLifetimeService | (inherited from MarshalByRefObject) |
|
IsCommandBehavior | Determines whether the specified CommandBehavior matches that of this SqlCeDataReader. |
|
IsDBNull | 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 SQL Server Compact. (Overrides DbDataReader.NextResult().) |
|
OnMove | Infrastructure. |
|
Read | Advances SqlCeDataReader to the next record. (Overrides DbDataReader.Read().) |
|
Seek | Places the SqlCeDataReader on the record with indexed values that match the specified parameters. |
|
ToString | (inherited from Object) |