点击或拖拽改变大小

Functions.DbDescend 方法

X#
Checks if the order for navigation is descending

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 FUNCTION DbDescend() AS LOGIC
查看代码

返回值

类型:Boolean
The 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.
参见