Click or drag to resize

DbServer.ClearIndex Method (Typed)

X#
Clear all indexes currently associated with the server.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ClearIndex(
	uOrder AS USUAL,
	 cOrdBag AS STRING
) AS LOGIC
Request Example View Source

Parameters

uOrder
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
Type: String
The name of the orderbag in which the order resides.

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also