SQLConnection.IsolationOption Property (Typed) | |
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
[ObsoleteAttribute]
public virtual int IsolationOption { get; }
Request Example
View SourceProperty Value
Type:
LongA 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