RelationalQueryModelVisitor.RequiresClientOrderBy 属性

定义

获取或设置一个值,该值指示查询是否需要客户端顺序依据。

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

属性值

如果查询需要客户端排序依据,则为 true;如果不需要,则为 false。

适用于