Click or drag to resize

SQLConnection.PositionOps Property (Typed)

X#

Note: This API is now obsolete.

A logical value representing whether the driver supports positioned operations

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

Property Value

Type: Logic
A logical value representing whether the driver supports positioned operations
Remarks
A logical value representing whether the driver supports positioned operations (i.e., the use of the cursor in positioned updates and delete statements). If the driver doesn't respond to the inquiry about positioned operations, the default setting is TRUE.
See Also