RelationalQueryModelVisitor.RequiresClientSelectMany 속성

정의

쿼리에 클라이언트가 많은 항목을 선택해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

쿼리에 클라이언트가 많은 항목을 선택해야 하는 경우 true, 그렇지 않으면 false입니다.

적용 대상