DbServer.DeleteOrder Method (Typed) | |
Delete an order from an index file.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DeleteOrder(
uOrder,
cIndexFileName
) AS LOGIC CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual bool DeleteOrder(
Usual uOrder = default,
Usual cIndexFileName = default
)
Request Example
View SourceParameters
- uOrder (Optional)
- Type: Usual
The name or number of the order to be deleted. - cIndexFileName (Optional)
- Type: Usual
The index file does not have to be specified if the order name specified is unique among all the opened orders, or if an order number is used. But if a non-unique order name is specified, the index file should also be specified.
Return Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
See Also