SelectExpression.PushdownIntoSubquery Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pushes down the SelectExpression into a subquery.
public System.Collections.Generic.IDictionary<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.ColumnExpression> PushdownIntoSubquery ();
public void PushdownIntoSubquery ();
member this.PushdownIntoSubquery : unit -> System.Collections.Generic.IDictionary<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression, Microsoft.EntityFrameworkCore.Query.SqlExpressions.ColumnExpression>
member this.PushdownIntoSubquery : unit -> unit
Public Function PushdownIntoSubquery () As IDictionary(Of SqlExpression, ColumnExpression)
Public Sub PushdownIntoSubquery ()
Returns
A mapping of projections before pushdown to ColumnExpressions after pushdown.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework