다음을 통해 공유


QueryContext.OrderGroupsByParameters 속성

정의

그룹화된 데이터의 순서를 지정하는 데 사용되는 필드를 지정하는 매개 변수의 컬렉션을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ OrderGroupsByParameters { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> OrderGroupsByParameters { get; }
member this.OrderGroupsByParameters : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property OrderGroupsByParameters As IDictionary(Of String, Object)

속성 값

IDictionary<String,Object>

데이터 소스가 OrderGroupsBy 절을 만드는 데 사용하는 매개 변수 컬렉션입니다.

적용 대상