SQLConnection.ScrollConcurrency Property (Typed) | |
Note: This API is now obsolete.
A constant representing the concurrency level of the SQL connection.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax [ObsoleteAttribute]
VIRTUAL PROPERTY ScrollConcurrency AS LONG GET
[ObsoleteAttribute]
public virtual int ScrollConcurrency { get; }
Request Example
View SourceProperty Value
Type:
LongA constant representing the concurrency level of the SQL connection.
Remarks
A constant representing the concurrency level of the SQL connection. If an invalid value is specified, the concurrency level remains unchanged.
Valid values include:
SQL_CONCUR_LOCK
SQL_CONCUR_READ_ONLY
SQL_CONCUR_TIMESTAMP (equivalent to SQL_CONCUR_ROWVER)
SQL_CONCUR_VALUES (default for most drivers)
Tip |
---|
Refer to your ODBC documentation for a description of these constants. |
See Also