Icon RequestSensitive Property

property RequestSensitive: Boolean

Usage

Use the RequestSensitive property to specify whether or not ElevateDB should attempt to return a sensitive result set when the current SELECT statement in the SQL property is excuted. The RequestSensitive property is False by default, meaning that an insensitive and read-only result set will be returned. Set the RequestSensitive property to True and the ReadOnly property to False to request a sensitive result set that can be modified.

Information Setting RequestSensitive to True does not guarantee that a sensitive result set will be returned by ElevateDB. A sensitive result set will be returned only if the SELECT statement syntax conforms to the syntax requirements for a sensitive result set. If the RequestSensitive property is True, but the syntax does not conform to the requirements, ElevateDB returns an insensitive result set. After executing the query, inspect the Sensitive property to determine whether the request for a sensitive result set was successful.
Image