Base:
method
Visit
System.Data.Common.CommandTrees.DbExpressionVisitor.Visit(System.Data.Common.CommandTrees.DbNewInstanceExpression)
2 overrides of Visit
System.Data.Entity (2)
System\Data\Mapping\ViewValidator.cs (1)
140public override void Visit(DbNewInstanceExpression expression)
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (1)
609public override void Visit(DbNewInstanceExpression expression)
1 reference to Visit
System.Data.Entity (1)
System\Data\Mapping\ViewValidator.cs (1)
142base.Visit(expression);