SQLConnection.ScrollCsr Property | |
A logical value representing whether the driver supports scrollable cursors.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ScrollCsr AS USUAL GET SET
public virtual Usual ScrollCsr { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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