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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework