Functions.DbDescend 方法 | |
Checks if the order for navigation is descending
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 FUNCTION DbDescend() AS LOGIC
public static bool DbDescend()
查看代码返回值
类型:
BooleanThe return value of DbDescend() is TRUE when the in the current work area is descending, otherwise FALSE is returned.
备注 The function DbDescend() tests if the order in the current work area is descending.
Refer to DbSetDescend() for more information about reversing the navigational order.
参见