ResultSetOptions Enumeration
Visual Studio 2010
Sets options for the ResultSetEnumerator.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
| Member name | Description | |
|---|---|---|
| None | No ResultSet options are specified. | |
| Updatable | The ResultSet allows updates. | |
| Scrollable | The ResultSet can be scrolled both forward and backward. | |
| Sensitive | The ResultSet detects changes made to the data source. | |
| Insensitive | The ResultSet does not detect changes made to the data source. |
Show: