IOrder.OrderCondition Method | |
Set the condition for the next Index Creation
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD OrderCondition(
info AS DbOrderCondInfo
) AS LOGIC
bool OrderCondition(
DbOrderCondInfo info
)
Request Example
View SourceParameters
- info
- Type: DbOrderCondInfo
An object containing information for the order condition.
Return Value
Type:
LogicSee Also