DbDataSource.SortDirection 属性 | |
Gets the direction of the sort.
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 PROPERTY SortDirection AS ListSortDirection GET SET
public ListSortDirection SortDirection { get; set; }
查看代码返回值
类型:
ListSortDirectionOne of the
ListSortDirection values.
实现
SortDirection异常 异常 | 条件 |
---|
NotSupportedException | SupportsSorting is . |
参见