The InTheHand.Data.WindowsCE namespace contains the .NET Compact Framework Data Provider for Windows CE.
| C# | Visual Basic |
namespace InTheHand.Data.WindowsCE
Namespace InTheHand.Data.WindowsCE
| All Types | Classes | Delegates |
| Icon | Type | Description |
|---|---|---|
| CECommand |
Represents a table name to execute against a data source.
| |
| CEConnection |
Represents an open connection to a data source.
| |
| CEConnectionStringBuilder |
ConnectionString Builder for Windows CE databases.
| |
| CEDataAdapter |
Represents a set of data commands and a database connection that are used to fill the DataSet and update the data source.
| |
| CEDataReader |
Provides a way of reading a forward-only stream of data rows from a Windows CE data source.
| |
| CEEngine |
Contains functionality to create new Windows CE databases.
| |
| CERowUpdatedEventArgs |
Provides data for the RowUpdated event.
| |
| CERowUpdatedEventHandler |
Represents the method that will handle the RowUpdated event of a CEDataAdapter.
| |
| CERowUpdatingEventArgs |
Provides data for the RowUpdating event.
| |
| CERowUpdatingEventHandler |
Represents the method that will handle the RowUpdating event of a CEDataAdapter.
| |
| CEUpdatableRecord |
Represents a row of updatable values from the data source.
A [!:CEResultSet] object contains one or more UpdatableRecords.
|