Click or drag to resize

SQLConnection.IsolationOption Property (Typed)

X#

Note: This API is now obsolete.

A constant representing the isolation level of the SQL connection.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
[ObsoleteAttribute]
 VIRTUAL PROPERTY IsolationOption AS LONG GET 
Request Example View Source

Property Value

Type: Long
A constant representing the isolation level of the SQL connection.
Remarks
A constant representing the isolation level of the SQL connection.
Tip Tip
The isolation option can only be changed if the current connection is not busy. If an invalid value is specified, the isolation option remains unchanged.

Possible values include:

SQL_CUR_USE_IF NEEDED (default for most drivers)
SQL_CUR_USE_ODBC
SQL_CUR_USE_DRIVER
Tip Tip
Refer to your ODBC documentation for a description of these constants.
See Also