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