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 void PushdownIntoSubquery();
public System.Collections.Generic.IDictionary<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression,Microsoft.EntityFrameworkCore.Query.SqlExpressions.ColumnExpression> PushdownIntoSubquery();
member this.PushdownIntoSubquery : unit -> unit
member this.PushdownIntoSubquery : unit -> System.Collections.Generic.IDictionary<Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression, Microsoft.EntityFrameworkCore.Query.SqlExpressions.ColumnExpression>
Public Sub PushdownIntoSubquery ()
Public Function PushdownIntoSubquery () As IDictionary(Of SqlExpression, ColumnExpression)
Returns
A mapping of projections before pushdown to ColumnExpressions after pushdown.