DbServer.DeleteOrder Method | |
Delete an order from an index file.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DeleteOrder(
uOrder,
cIndexFileName
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual 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:
Usual
TRUE if successful; otherwise, FALSE.
See Also