LinqDataSourceView.OrderByParameters 属性

定义

获取用于创建 OrderBy 子句的参数的集合。Gets a collection of parameters that are used to create the OrderBy clause.

public:
 property System::Web::UI::WebControls::ParameterCollection ^ OrderByParameters { System::Web::UI::WebControls::ParameterCollection ^ get(); };
public System.Web.UI.WebControls.ParameterCollection OrderByParameters { get; }
member this.OrderByParameters : System.Web.UI.WebControls.ParameterCollection
Public ReadOnly Property OrderByParameters As ParameterCollection

属性值

ParameterCollection

用于创建 OrderBy 子句的参数。The parameters that are used to create the OrderBy clause.

注解

有关更多信息,请参见 LinqDataSource.OrderByParameters 属性。For more information, see the LinqDataSource.OrderByParameters property.

适用于