ObjectDataSourceView.SortParameterName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置数据检索方法参数的名称,该参数用于指定数据源排序支持的排序表达式。
public:
property System::String ^ SortParameterName { System::String ^ get(); void set(System::String ^ value); };
public string SortParameterName { get; set; }
member this.SortParameterName : string with get, set
Public Property SortParameterName As String
属性值
用于指示接受此排序表达式值的参数的方法参数的名称。 默认值为空字符串("")。
注解
属性 SortParameterName 用于支持数据源排序。 SortExpression在 对象上DataSourceSelectArguments设置属性并将其传递给 Select 方法时,SortParameterName该属性标识由SelectMethod接受排序表达式值的业务对象属性指定的方法的参数名称。
属性的值 SortParameterName 存储在视图状态中。