次の方法で共有


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 句。

適用対象