SqlCeDataReader Members
Provides a way of reading a forward-only stream of data rows from a data source. This class cannot be inherited.
The following tables list the members exposed by the SqlCeDataReader type.
Public Properties
Name | Description | |
---|---|---|
![]() ![]() |
Depth | Overridden. Gets a value indicating the depth of nesting for the current row. |
![]() ![]() |
FieldCount | Overridden. Gets the number of columns in the current row. |
![]() ![]() |
HasRows | Overridden. Gets a value that indicates whether the SqlCeDataReader contains one or more rows |
![]() ![]() |
HiddenFieldCount | |
![]() ![]() |
IsClosed | Overridden. Indicates whether the data reader is closed. |
![]() ![]() |
Item | Overloaded. Overridden. Gets the value of a column in its native format. |
![]() ![]() |
RecordsAffected | Overridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
![]() ![]() |
VisibleFieldCount | Gets the number of fields in the DbDataReader that are not hidden.(inherited from DbDataReader) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() ![]() |
Close | Overridden. Closes the SqlCeDataReader object. |
![]() |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) |
![]() ![]() |
Dispose | Overloaded. |
![]() ![]() |
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
![]() ![]() |
GetBoolean | Overridden. Gets the value of the specified column as a Boolean. |
![]() ![]() |
GetByte | Overridden. Gets the value of the specified column as a byte. |
![]() ![]() |
GetBytes | Overridden. Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset. |
![]() ![]() |
GetChar | Overridden. Not supported in the .NET Compact Framework Data Provider for SQL Server Compact Edition. |
![]() ![]() |
GetChars | Overridden. Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. |
![]() ![]() |
GetData | Returns a DbDataReader object for the requested column ordinal. (inherited from DbDataReader) |
![]() ![]() |
GetDataTypeName | Overridden. Gets the name of the source data type. |
![]() ![]() |
GetDateTime | Overridden. Gets the value of the specified column as a DateTime object. |
![]() ![]() |
GetDecimal | Overridden. Gets the value of the specified column as a Decimal object. |
![]() ![]() |
GetDouble | Overridden. Gets the value of the specified column as a double-precision floating point number. |
![]() ![]() |
GetEnumerator | Overridden. |
![]() ![]() |
GetFieldType | Overridden. Gets the Type that is the data type of the object. |
![]() ![]() |
GetFloat | Overridden. Gets the value of the specified column as a single-precision floating point number. |
![]() ![]() |
GetGuid | Overridden. Gets the value of the specified column as a globally unique identifier (GUID). |
![]() ![]() |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
![]() ![]() |
GetInt16 | Overridden. Gets the value of the specified column as a 16-bit signed integer. |
![]() ![]() |
GetInt32 | Overridden. Gets the value of the specified column as a 32-bit signed integer. |
![]() ![]() |
GetInt64 | Overridden. Gets the value of the specified column as a 64-bit signed integer. |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
![]() ![]() |
GetName | Overridden. Gets the name of the specified column. |
![]() ![]() |
GetOrdinal | Overridden. Gets the column ordinal, given the name of the column. |
![]() ![]() |
GetProviderSpecificFieldType | Overridden. Gets a Object that is a representation of the underlying provider-specific field type. |
![]() ![]() |
GetProviderSpecificValue | Gets the value of the specified column as an instance of Object. (inherited from DbDataReader) |
![]() ![]() |
GetProviderSpecificValues | Gets all provider-specific attribute columns in the collection for the current row. (inherited from DbDataReader) |
![]() ![]() |
GetSchemaTable | Overridden. Returns a DataTable that describes the column metadata of the SqlCeDataReader. |
![]() ![]() |
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 | Overridden. Gets the value of the specified column as a string. |
![]() ![]() |
GetType | Gets the Type of the current instance. (inherited from Object) |
![]() ![]() |
GetValue | Overridden. Gets the value of the column at the specified ordinal in its native format. |
![]() ![]() |
GetValues | Overridden. Gets all the attribute columns in the current row. |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
![]() ![]() |
IsDBNull | Overridden. Gets a value indicating whether the column contains nonexistent or missing values. |
![]() ![]() |
NextResult | Overridden. Not supported in the .NET Compact Framework Data Provider for SQL Server Compact Edition. |
![]() ![]() |
Read | Overridden. Advances SqlCeDataReader to the next record. |
![]() ![]() ![]() |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
![]() ![]() |
Seek | Places the SqlCeDataReader on the record with indexed values that match the specified parameters. |
![]() ![]() |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() ![]() |
Dispose | Overloaded. Releases the resources used by the DbDataReader and calls Close. (inherited from DbDataReader) |
![]() ![]() |
Finalize | Overridden. Releases unmanaged resources and performs other cleanup operations before the SqlCeDataReader is reclaimed by garbage collection. |
![]() ![]() |
GetDbDataReader | Returns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation. (inherited from DbDataReader) |
![]() ![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
![]() ![]() |
OnMove |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() ![]() |
System.Data.IDataRecord.GetData |
Top