1 override of VisitInnerJoin
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNodeVisitors.cs (1)
71
internal override CellTreeNode
VisitInnerJoin
(OpCellTreeNode node, TInput param)
2 references to VisitInnerJoin
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (2)
142
return visitor.
VisitInnerJoin
(this, param);
154
return visitor.
VisitInnerJoin
(this, param);