ResultSetOptions Enumeration
.NET Framework 2.0
Sets options for the ResultSetEnumerator.
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Data.SqlServerCeAssembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)
| Member name | Description | |
|---|---|---|
![]() | Insensitive | The ResultSet does not detect changes made to the data source. |
![]() | None | No ResultSet options are specified. |
![]() | Scrollable | The ResultSet can be scrolled both forward and backward. |
![]() | Sensitive | The ResultSet detects changes made to the data source. |
![]() | Updatable | The ResultSet allows updates. |
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows XP Professional x64 Edition, Windows XP SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show:
