Click or drag to resize

SQLConnection.ScrollCsr Property (Typed)

X#

Note: This API is now obsolete.

A logical value representing whether the driver supports scrollable cursors.

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

Property Value

Type: Logic
A logical value representing whether the driver supports scrollable cursors.
Remarks
A logical value representing whether the driver supports scrollable cursors.
Tip Tip
If a driver supports scrollable cursors, the SQLSelect will use the extended positioning operations of the driver; otherwise, it will be simulated by repositioning in the buffer.
See Also