Click or drag to resize

SQLConnection.ScrollConcurrency Property (Typed)

X#

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 
Request Example View Source

Property Value

Type: Long
A 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 Tip
Refer to your ODBC documentation for a description of these constants.
See Also