ResultSetOptions Enumeration
.NET Framework 3.0
Sets options for the ResultSetEnumerator.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)
Assembly: 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. |
Community Additions
ADD
Show:
