共用方式為


EntityDataSource.GroupBy 屬性

定義

取得或設定 Entity SQL 運算式,這個運算式會指定如何將查詢結果分組。

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

屬性值

String

GROUP BY 子句。

適用於