Click or drag to resize

ADSIndex.OrderCondition Method

X#
Set the condition for the next Index Creation

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 VIRTUAL METHOD OrderCondition(
	info AS DbOrderCondInfo
) AS LOGIC
Request Example View Source

Parameters

info
Type: DbOrderCondInfo
An object containing information for the order condition.

Return Value

Type: Logic

Implements

OrderCondition(DbOrderCondInfo)
See Also