SQLConnection.IsolationOption Property | |
A constant representing the isolation level of the SQL connection.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY IsolationOption AS USUAL GET SET
public virtual Usual IsolationOption { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA constant representing the isolation level of the SQL connection.
Remarks
A constant representing the isolation level of the SQL connection.
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 |
---|
Refer to your ODBC documentation for a description of these constants. |
See Also