SQLConnection.ScrollCsr Property (Typed) | |
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
[ObsoleteAttribute]
public virtual bool ScrollCsr { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA logical value representing whether the driver supports scrollable cursors.
Remarks
A logical value representing whether the driver supports scrollable cursors.
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