The methods of the SqlCeResultSet class are listed below. For a complete list of SqlCeResultSet class members, see the SqlCeResultSet Members topic.
Close (inherited from SqlCeDataReader) | 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 (inherited from SqlCeDataReader) | Overloaded. Disposes of the data reader resources. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetBoolean (inherited from SqlCeDataReader) | Gets the value of a column as a Boolean. |
GetByte (inherited from SqlCeDataReader) | Gets the value of a column as a Byte. |
GetBytes (inherited from SqlCeDataReader) | Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset. |
GetChar (inherited from SqlCeDataReader) | Gets the value of a column as a Char. |
GetChars (inherited from SqlCeDataReader) | 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 (inherited from SqlCeDataReader) | Gets the name of the source data type. |
GetDateTime (inherited from SqlCeDataReader) | Gets the value of a column as a DateTime. |
GetDecimal (inherited from SqlCeDataReader) | Gets the value of a column as a Decimal. |
GetDouble (inherited from SqlCeDataReader) | Gets the value of a column as a Double. |
GetEnumerator (inherited from SqlCeDataReader) | Not implemented. |
GetFieldType (inherited from SqlCeDataReader) | Gets the Type that is the data type of the object. |
GetFloat (inherited from SqlCeDataReader) | Gets the value of a column as a Single. |
GetGuid (inherited from SqlCeDataReader) | 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 (inherited from SqlCeDataReader) | Gets the value of a column as an Int16. |
GetInt32 (inherited from SqlCeDataReader) | Gets the value of a column as a Int32. |
GetInt64 (inherited from SqlCeDataReader) | 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. |
GetList | Not implemented yet. |
GetName (inherited from SqlCeDataReader) | Gets the name of the specified column. |
GetOrdinal (inherited from SqlCeDataReader) | 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 (inherited from SqlCeDataReader) | Retuens the schema table. |
GetString (inherited from SqlCeDataReader) | Gets the value of a column as a String. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetValue (inherited from SqlCeDataReader) | Returns the value of the specified column in it original format. |
GetValues (inherited from SqlCeDataReader) | 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 (inherited from SqlCeDataReader) | Gets a value indicating if the column value is null or missing. |
NextResult (inherited from SqlCeDataReader) | Not supported. |
Read (inherited from SqlCeDataReader) | Reads one row of data from the database. |
Seek (inherited from SqlCeDataReader) | 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 (inherited from SqlCeDataReader) | Overloaded. Disposes of the data reader resources. |
Finalize (inherited from SqlCeDataReader) | 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. |
SqlCeResultSet Class | Primeworks.DesktopSqlCe Namespace