Share via


LinqDataSourceDesigner.GroupBy 属性

定义

获取或设置在创建 Group By 子句时使用的值。

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

属性值

一个字符串,其中包含用于数据分组的属性。

适用于

另请参阅