Data Port Sync 1.0.500

SqlCeRowset Properties

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

Public Instance Properties

Columns Gets the collection of rowset columns.
ColumnsRowset Gets a SqlCeRowset with schema information of this SqlCeRowset.
Database Gets the SqlCeDatabase associated with this SqlCeRowset object.
HasBookmark Gets a boolean value that determines if the rowset has bookmarks.
HResult Gets the last HRESULT
IsCommand Checks whether the rowset was created from a SQL command.
IsOpen Checks if the SqlCeRowset is opened.
IsTable Returns true if the rowset corresponds to a table.
ReportError Gets or sets a value that determines how errors are handled
RowCount Gets the number of rows in the rowset.
SeekColumns Gets the collection of seek columns

See Also

SqlCeRowset Class | Primeworks.DesktopSqlCe Namespace