DbDataSource.IsSorted 属性 | |
Gets whether the items in the list are sorted.
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 PROPERTY IsSorted AS LOGIC GET
public bool IsSorted { get; }
查看代码返回值
类型:
Boolean if
ApplySort(PropertyDescriptor, ListSortDirection) has been called and
RemoveSort has not been called; otherwise,
.
实现
IsSorted异常 异常 | 条件 |
---|
NotSupportedException | SupportsSorting is . |
参见