_OrderField.IsDescending 属性

定义

返回或 设置 C# ) 中布尔值 (bool 值,该值指示对象的内容 OrderField 是否按降序排序。 读/写。

public:
 property bool IsDescending { bool get(); void set(bool value); };
public bool IsDescending { get; set; }
Public Property IsDescending As Boolean

属性值

注解

如果此属性设置为 True ,由 OrderField 对象所引用的属性的内容被按降序排列;否则,内容被按升序排序。

适用于