SQLConnection.PositionOps Property (Typed) | |
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
[ObsoleteAttribute]
public virtual bool PositionOps { get; }
Request Example
View SourceProperty Value
Type:
LogicA 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