![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
ResultSetEnumerator |
An enumerator that can be used to iterate through a collection of records in a ResultSet object. The ResultSetEnumerator is not designed to be used directly from within your code. You will get more functionality by working directly with the SqlCeResultSet object. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
ResultSetView |
Implements data binding interfaces and provides a bridge between user interface controls and the SqlCeResultSet. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
RowView |
Implements data binding interfaces as part of the ResultSetView. Not intended for use directly from your code. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeCommand |
Represents an SQL statement to execute against a data source. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeCommandBuilder |
Provides a means of automatically generating single-table commands used to reconcile changes made to a DataSet with the associated Microsoft SQL Server 2005 Compact Edition database. This class cannot be inherited. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeConnection |
Represents an open connection to a data source. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeDataAdapter |
Represents a set of data commands and a database connection that are used to fill the DataSet and update the data source. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeDataReader |
Provides a way of reading a forward-only stream of data rows from a data source. This class cannot be inherited. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeEngine |
Represents the properties, methods, and other objects of the Microsoft SQL Server 2005 Compact Edition Engine object. This class cannot be inherited. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeError |
Collects information relevant to a warning or error returned by the data source. This class cannot be inherited. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeErrorCollection |
Collects all errors generated by the .NET Compact Framework Data Provider for Microsoft SQL Server 2005 Compact Edition. This class cannot be inherited. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeException |
The exception thrown when the underlying provider returns a warning or error from a Microsoft SQL Server 2005 Compact Edition data source. This class cannot be inherited. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeFlushFailureEventArgs |
Encapsulates event arguments for the FlushFailure event. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeInfoMessageEventArgs |
Provides data for the InfoMessage event. This class cannot be inherited. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeLockTimeoutException |
This exception is thrown if the lock timeout has been reached. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeParameter |
Represents a parameter to a SqlCeCommand and, optionally, its mapping to a DataSet column. This class cannot be inherited. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeParameterCollection |
Collects all parameters relevant to a SqlCeCommand as well as their respective mappings to DataSet columns. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeRemoteDataAccess |
Initializes a new instance of the SqlCeRemoteDataAccess object. For more information about Remote Data Access, see the SQL Server Compact Edition Books Online. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeReplication |
Initializes a new instance of the SqlCeReplication object. For more information about SQL Server replication, see the SQL Server 2005 Books Online. For more information about merge replication with SQL Server Compact Edition, see the SQL Server Compact Edition Books Online. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeResultSet |
An updateable, scrollable, and bindable cursor. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeRowUpdatedEventArgs |
Provides data for the RowUpdated event. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeRowUpdatingEventArgs |
Provides data for the RowUpdating event. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeTransaction |
Represents an SQL transaction to be made at a data source. This class cannot be inherited. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeTransactionInProgressException |
Occurs when an attempt is made to modify a database while another transaction is in progress. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeType |
|
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlCeUpdatableRecord |
Represents a row of updatable values from the data source. A SqlCeResultSet object contains one or more UpdatableRecords. |
![Public class](images/ec4st0e3.pubclass(en-us,vs.85).png) |
SqlMetaData |
Specifies and retrieves metadata information from parameters and columns retrieved from a database. This class cannot be inherited. |