Sdílet prostřednictvím


DefaultExpressionVisitor.OnExpressionReplaced Metoda

Definice

Nahradí starý výraz novým výrazem pro výraz návštěvníka.

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)

Parametry

oldExpression
DbExpression

Starý výraz.

newExpression
DbExpression

Nový výraz.

Platí pro