次の方法で共有


SelectExpression.ReplaceProjection(IEnumerable<Expression>) メソッド

定義

この 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))

パラメーター

expressions
IEnumerable<Expression>

新しいプロジェクション式。

適用対象