다음을 통해 공유


DefaultExpressionVisitor.OnExpressionReplaced 메서드

정의

이전 식을 식 방문자에 대한 새 식으로 바꿉니다.

protected virtual void OnExpressionReplaced(System.Data.Entity.Core.Common.CommandTrees.DbExpression oldExpression, System.Data.Entity.Core.Common.CommandTrees.DbExpression newExpression);
abstract member OnExpressionReplaced : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> unit
override this.OnExpressionReplaced : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> unit
Protected Overridable Sub OnExpressionReplaced (oldExpression As DbExpression, newExpression As DbExpression)

매개 변수

oldExpression
DbExpression

이전 식입니다.

newExpression
DbExpression

새 식입니다.

적용 대상