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