Click or drag to resize

DbServer.ClearIndex Method

X#
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
Request Example View Source

Parameters

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