다음을 통해 공유


QueryContext.GroupByParameters 속성

정의

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

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

속성 값

IDictionary<String,Object>

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

적용 대상