Aracılığıyla paylaş


DefaultExpressionVisitor.OnExpressionReplaced Yöntem

Tanım

İfade ziyaretçisi için eski bir ifadeyi yenisiyle değiştirir.

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

Parametreler

oldExpression
DbExpression

Eski ifade.

newExpression
DbExpression

Yeni ifade.

Şunlara uygulanır