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