RelationalQueryModelVisitor.RequiresClientOrderBy Property

Definition

Gets or sets a value indicating whether the query requires client order by.

public virtual bool RequiresClientOrderBy { get; set; }
member this.RequiresClientOrderBy : bool with get, set
Public Overridable Property RequiresClientOrderBy As Boolean

Property Value

true if the query requires client order by, false if not.

Applies to