SelectExpression.GetMappedProjection(ProjectionMember) 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.
Caution
Use GetProjection method using ProjectionBindingExpression to get mapped projection.
Gets the projection mapped to the given ProjectionMember.
public System.Linq.Expressions.Expression GetMappedProjection (Microsoft.EntityFrameworkCore.Query.ProjectionMember projectionMember);
[System.Obsolete("Use GetProjection method using ProjectionBindingExpression to get mapped projection.")]
public System.Linq.Expressions.Expression GetMappedProjection (Microsoft.EntityFrameworkCore.Query.ProjectionMember projectionMember);
member this.GetMappedProjection : Microsoft.EntityFrameworkCore.Query.ProjectionMember -> System.Linq.Expressions.Expression
[<System.Obsolete("Use GetProjection method using ProjectionBindingExpression to get mapped projection.")>]
member this.GetMappedProjection : Microsoft.EntityFrameworkCore.Query.ProjectionMember -> System.Linq.Expressions.Expression
Public Function GetMappedProjection (projectionMember As ProjectionMember) As Expression
Parameters
- projectionMember
- ProjectionMember
A projection member to search in the mapping.
Returns
The mapped projection for given projection member.
- Attributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework