共用方式為


RelationalQueryModelVisitor.RequiresClientSelectMany 屬性

定義

取得或設定值,指出查詢是否需要用戶端選取許多。

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

屬性值

如果查詢需要用戶端選取許多,則為 true,否則為 false。

適用於