The methods of the SqlCeRowset class are listed below. For a complete list of SqlCeRowset class members, see the SqlCeRowset Members topic.
AlterIdentity | Alters the identity column of a table. |
BuildDataTable | Builds a new DataTable object from the rowset schema |
Close | Closes the rowset, independetly of being a table or a command. |
DataGridTableStyle | Returns a prepared DataGridTableStyle object |
Delete | Deletes the row at the current cursor position. |
Dispose | Overloaded. Releases the unmanaged rowset object pointer. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetAllRows | Starts a method to retrieve all rows from the rowset. |
GetAsString | Overloaded. Returns the column value as a string. A NULL value is converted to an empty string. |
GetBoolean | Overloaded. Returns the column value as a System.Boolean structure. |
GetByte | Overloaded. Returns the column value as a System.Byte structure. |
GetBytes | Overloaded. Gets the column value as a byte array. |
GetChar | Overloaded. Returns the column value as a System.Char structure. |
GetColumnIndex | Returns the column index, given the column name (case sensitive) |
GetColumnSize | Overloaded. Retrieves the column size in bytes |
GetDateTime | Returns the column value as a System.DateTime structure. |
GetDecimal | Overloaded. Returns the column value as a System.Decimal structure. |
GetDouble | Returns the column value as a System.Double. |
GetGuid | Overloaded. Returns the column value as a System.Guid object. |
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 | Overloaded. Returns the column value as a System.Int16 object. |
GetInt32 | Overloaded. Returns the column value as a System.Int32 object. |
GetInt64 | Overloaded. Gets the column value as an Int64. |
GetNextRow | Retrieves the next row after a GetAllRows. |
GetObject | Overloaded. Returns the column value as a System.Object. |
GetRowData | Retrieves the row data on the current cursor position. |
GetSchemaTable | Gets a DataTable that describes the column meta data of the SqlCeRowset. |
GetSingle | Returns the column value as a System.Single object. |
GetSqlBinary | Overloaded. Returns the column value as a SqlBinary structure. |
GetSqlDateTime | Returns a column as an SqlDateTime structure. |
GetString | Overloaded. Returns the column value as a string. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetUInt16 | Returns the column value as a System.UInt16 object. |
GetUInt32 | Returns the column value as a System.UInt32 object. |
GetValues | Gets all the values in the current row. |
Insert | Inserts a new row after it has been set |
IsNull | Overloaded. Returns the NULL status of a column. |
LoadDataTable | Loads SQL CE data into a DataTable object. |
MoveFirst | Moves the cursor to the first data row. |
MoveLast | Moves the cursor to the last data row. |
MoveNext | Moves the cursor to the next data row. |
MovePrev | Moves the cursor to the previous data row. |
MoveToBookmark | Moves the cursor to the specified bookmark. |
PrepareRow | Sets all columns' status to DBSTATUS_S_IGNORE |
Seek | Places the SqlCeRowset on the record with indexed values that match the specified parameters. |
SetBytes | Overloaded. Sets the rowset column value using the byte representation of the data. |
SetColumnSize | Sets the column size in bytes. |
SetRowData | Updates the row data on the current cursor position. |
SetValue | Overloaded. Sets the rowset column value. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Update | Updates a table row after it has been set. |
Dispose | Overloaded. Destroys the unmanaged rowset object pointer. |
Finalize | Class destructor (finalizer). |
LoadColumnInfo | Loads the column information from the acessor. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace