SelectExpression.ReplaceProjection(IEnumerable<Expression>) 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.
Replace the projection expressions in this SelectExpression.
public virtual void ReplaceProjection (System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression> expressions);
abstract member ReplaceProjection : seq<System.Linq.Expressions.Expression> -> unit
override this.ReplaceProjection : seq<System.Linq.Expressions.Expression> -> unit
Public Overridable Sub ReplaceProjection (expressions As IEnumerable(Of Expression))
Parameters
- expressions
- IEnumerable<Expression>
The new projection expressions.
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