共用方式為


LinqDataSourceView.OrderGroupsBy 屬性

定義

取得或設定屬性的名稱,在選取作業期間使用這些屬性排序群組資料。

public:
 property System::String ^ OrderGroupsBy { System::String ^ get(); void set(System::String ^ value); };
public string OrderGroupsBy { get; set; }
member this.OrderGroupsBy : string with get, set
Public Property OrderGroupsBy As String

屬性值

String

用來建立 OrderGroupsBy 子句的值。

備註

當您設定 OrderGroupsBy 控制項的屬性時 LinqDataSource ,也會針對控制項的 OrderGroupsBy 屬性設定該值 LinqDataSourceView

適用於

另請參閱