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

适用于