共用方式為


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

屬性值

用於建立 OrderGroupsBy 子句的值。

備註

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

適用於

另請參閱