共用方式為


ObjectDataSourceView.SortParameterName 屬性

定義

取得或設定資料擷取方法參數的名稱,用於指定資料來源排序支援的排序運算式。

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 會儲存在檢視狀態中。

適用於

另請參閱