BasicCommandTreeVisitor.VisitModificationClause Method (DbModificationClause)

 

Implements the visitor pattern for the modification clause.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

protected virtual void VisitModificationClause(
	DbModificationClause modificationClause
)

Parameters

modificationClause
Type: System.Data.Entity.Core.Common.CommandTrees.DbModificationClause

The modification clause.