DbServer.ClearIndex Method (Typed) | |
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
public virtual bool ClearIndex(
Usual uOrder,
[DefaultParameterValueAttribute("", 0)] string cOrdBag
)
Request Example
View SourceParameters
- 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