QueryContext.OrderGroupsByParameters Propiedad

Definición

Obtiene o establece una colección de parámetros que especifican los campos que se usan para ordenar los datos agrupados.

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)

Valor de propiedad

Colección de parámetros que usa el origen de datos para crear una OrderGroupsBy cláusula .

Se aplica a