Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines the sensitivity of the SqlCeResultSet.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public ReadOnly Property Sensitivity As ResultSetSensitivity
Get
'Usage
Dim instance As SqlCeResultSet
Dim value As ResultSetSensitivity
value = instance.Sensitivity
public ResultSetSensitivity Sensitivity { get; }
public:
property ResultSetSensitivity Sensitivity {
ResultSetSensitivity get ();
}
member Sensitivity : ResultSetSensitivity
function get Sensitivity () : ResultSetSensitivity
Property Value
Type: System.Data.SqlServerCe.ResultSetSensitivity
The ResultSetSensitivity for the SqlCeResultSet.
Remarks
The sensitivity of the SqlCeResultSet indicates whether the SqlCeResultSet is aware of changes to the data source. A SqlCeResultSet that is sensitive is aware of changes; an insensitive SqlCeResultSet is unaware of changes. If no sensitivity is set, the SqlCeResultSet is asensitive and will use the optimal configuration based on other settings.
The default value is asensitive.