Share via


QueryConfiguration.SetOrderBy(IEnumerable<String>, Boolean) Method

Definition

Sets the OrderByConfigurations in ModelBoundQuerySettings.

public virtual void SetOrderBy (System.Collections.Generic.IEnumerable<string> properties, bool enableOrderBy);
abstract member SetOrderBy : seq<string> * bool -> unit
override this.SetOrderBy : seq<string> * bool -> unit
Public Overridable Sub SetOrderBy (properties As IEnumerable(Of String), enableOrderBy As Boolean)

Parameters

properties
IEnumerable<String>
enableOrderBy
Boolean

Applies to