BasicCommandTreeVisitor.VisitModificationClauses Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Implementiert das Besuchermuster für die Auflistung von Änderungsklauseln.
protected virtual void VisitModificationClauses(System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbModificationClause> modificationClauses);
abstract member VisitModificationClauses : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbModificationClause> -> unit
override this.VisitModificationClauses : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbModificationClause> -> unit
Protected Overridable Sub VisitModificationClauses (modificationClauses As IList(Of DbModificationClause))
Parameter
- modificationClauses
- IList<DbModificationClause>
Die Änderungsklauseln.