DbDataSource.SortProperty 属性 | |
Gets the PropertyDescriptor that is being used for sorting.
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 PROPERTY SortProperty AS PropertyDescriptor GET SET
public PropertyDescriptor SortProperty { get; set; }
查看代码返回值
类型:
PropertyDescriptorThe
PropertyDescriptor that is being used for sorting.
实现
SortProperty异常 异常 | 条件 |
---|
NotSupportedException | SupportsSorting is . |
参见