다음을 통해 공유


QueryableDataSourceView.OrderGroupsBy 속성

정의

그룹화된 데이터 정렬을 위해 Select 작업 동안 사용되는 속성의 이름을 가져오거나 설정합니다.

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

속성 값

String

OrderGroupsBy 절을 만드는 데 사용되는 값입니다.

적용 대상