Data Port Sync 1.0.500

SqlCeRowset Methods

The methods of the SqlCeRowset class are listed below. For a complete list of SqlCeRowset class members, see the SqlCeRowset Members topic.

Public Instance Methods

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.
DisposeOverloaded. 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.
GetAsStringOverloaded. Returns the column value as a string. A NULL value is converted to an empty string.
GetBooleanOverloaded. Returns the column value as a System.Boolean structure.
GetByteOverloaded. Returns the column value as a System.Byte structure.
GetBytesOverloaded. Gets the column value as a byte array.
GetCharOverloaded. Returns the column value as a System.Char structure.
GetColumnIndex Returns the column index, given the column name (case sensitive)
GetColumnSizeOverloaded. Retrieves the column size in bytes
GetDateTime Returns the column value as a System.DateTime structure.
GetDecimalOverloaded. Returns the column value as a System.Decimal structure.
GetDouble Returns the column value as a System.Double.
GetGuidOverloaded. 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.
GetInt16Overloaded. Returns the column value as a System.Int16 object.
GetInt32Overloaded. Returns the column value as a System.Int32 object.
GetInt64Overloaded. Gets the column value as an Int64.
GetNextRow Retrieves the next row after a GetAllRows.
GetObjectOverloaded. 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.
GetSqlBinaryOverloaded. Returns the column value as a SqlBinary structure.
GetSqlDateTime Returns a column as an SqlDateTime structure.
GetStringOverloaded. 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
IsNullOverloaded. 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.
SetBytesOverloaded. 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.
SetValueOverloaded. 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.

Protected Instance Methods

DisposeOverloaded. 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.

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace