DbServer.ClearIndex Method | |
Clear all indexes currently associated with the server.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ClearIndex(
uOrder,
cOrdBag
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ClearIndex(
Usual uOrder = default,
Usual cOrdBag = default
)
Request Example
View SourceParameters
- uOrder (Optional)
- Type: Usual
The name of an order, or the ordinal position of the order within the order list. A value of 0 specifies the controlling index, without regard to its actual position in the list. - cOrdBag (Optional)
- Type: Usual
The name of the orderbag in which the order resides.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also