DataSourceSelectArguments.SortExpression 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个表达式,数据源视图使用该表达式对 Select(DataSourceSelectArguments, DataSourceViewSelectCallback) 方法检索的数据进行排序。
public:
property System::String ^ SortExpression { System::String ^ get(); void set(System::String ^ value); };
public string SortExpression { get; set; }
member this.SortExpression : string with get, set
Public Property SortExpression As String
属性值
一个字符串,数据源视图使用该字符串对 Select(DataSourceSelectArguments, DataSourceViewSelectCallback) 方法检索的数据进行排序。 如果未设置排序表达式,则返回 Empty。
注解
属性 SortExpression 支持排序方案。