ResultSetSensitivity Enumeration
.NET Framework 3.0
Sets the sensitivity of the ResultSetEnumerator.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)
The sensitivity of the ResultSet indicates whether the ResultSet is aware of changes to the data source. A ResultSet that is sensitive is aware of changes; an insensitive ResultSet is unaware of changes. An asensitive ResultSet is neither sensitive nor insensitive, and instead uses the optimal configuration based on other ResultSet settings.
The default value is asensitive.
Community Additions
ADD
Show:
