The methods of the SqlCeDataReader class are listed below. For a complete list of SqlCeDataReader class members, see the SqlCeDataReader Members topic.
Close | Closes the data reader. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose | Overloaded. Disposes of the data reader resources. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetBoolean | Gets the value of a column as a Boolean. |
GetByte | Gets the value of a column as a Byte. |
GetBytes | Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset. |
GetChar | Gets the value of a column as a Char. |
GetChars | Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. |
GetData (inherited from DbDataReader) | Returns a DbDataReader object for the requested column ordinal. |
GetDataTypeName | Gets the name of the source data type. |
GetDateTime | Gets the value of a column as a DateTime. |
GetDecimal | Gets the value of a column as a Decimal. |
GetDouble | Gets the value of a column as a Double. |
GetEnumerator | Not implemented. |
GetFieldType | Gets the Type that is the data type of the object. |
GetFloat | Gets the value of a column as a Single. |
GetGuid | Gets the value of a column as a Guid. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetInt16 | Gets the value of a column as an Int16. |
GetInt32 | Gets the value of a column as a Int32. |
GetInt64 | Gets the value of a column as an Int64. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetName | Gets the name of the specified column. |
GetOrdinal | Gets the column ordinal, given the name of the column. |
GetProviderSpecificFieldType (inherited from DbDataReader) | Returns the provider-specific field type of the specified column. |
GetProviderSpecificValue (inherited from DbDataReader) | Gets the value of the specified column as an instance of Object. |
GetProviderSpecificValues (inherited from DbDataReader) | Gets all provider-specific attribute columns in the collection for the current row. |
GetSchemaTable | Retuens the schema table. |
GetString | Gets the value of a column as a String. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetValue | Returns the value of the specified column in it original format. |
GetValues | Gets all the attribute columns in the current row. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
IsDBNull | Gets a value indicating if the column value is null or missing. |
NextResult | Not supported. |
Read | Reads one row of data from the database. |
Seek | Positions the SqlCeDataReader on the record with indexed values that match the specified parameters. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Dispose | Overloaded. Disposes of the contained SqlCeRowset object. |
Finalize | Finalizer. |
GetDbDataReader (inherited from DbDataReader) | Returns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation. |
MemberwiseClone (inherited from MarshalByRefObject) | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. |
MemberwiseClone (inherited from Object) | Overloaded. Creates a shallow copy of the current Object. |
SqlCeDataReader Class | Primeworks.DesktopSqlCe Namespace