16 references to FOJ
System.Data.Entity (16)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (6)
73
OpCellTreeNode fojNode = new OpCellTreeNode(m_viewgenContext, CellTreeOpType.
FOJ
);
144
OpCellTreeNode result = new OpCellTreeNode(m_viewgenContext, CellTreeOpType.
FOJ
);
148
OpCellTreeNode extentFojNode = new OpCellTreeNode(m_viewgenContext, CellTreeOpType.
FOJ
);
176
Debug.Assert(rootNode.OpType == CellTreeOpType.
FOJ
, "So far, we have FOJs only");
201
OpCellTreeNode fojNode = new OpCellTreeNode(m_viewgenContext, CellTreeOpType.
FOJ
);
507
if (rootNode.OpType != CellTreeOpType.
FOJ
&& rootNode.OpType != CellTreeOpType.LOJ ||
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (4)
63
rootNode.OpType == CellTreeOpType.
FOJ
|| rootNode.OpType == CellTreeOpType.Union ||
394
if (opType == CellTreeOpType.
FOJ
|| opType == CellTreeOpType.LOJ)
429
case CellTreeOpType.
FOJ
:
481
case CellTreeOpType.
FOJ
:
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
109
case CellTreeOpType.
FOJ
:
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
141
opType == CellTreeOpType.
FOJ
;
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (4)
147
case CellTreeOpType.
FOJ
:
342
OpType == CellTreeOpType.
FOJ
, "Only these join operations handled");
515
opType == CellTreeOpType.
FOJ
);
632
case CellTreeOpType.
FOJ
: return "FULL OUTER JOIN";