1 write to NullableColumns
System.Data.Entity (1)
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
1914
joinEdge.Right.
NullableColumns
= m_command.CreateVarVec();
3 references to NullableColumns
System.Data.Entity (3)
System\Data\Query\PlanCompiler\JoinGraph.cs (3)
1912
if (joinEdge.Right.
NullableColumns
== null)
1924
joinEdge.Right.
NullableColumns
.Set(v);
2621
Node filterNode = BuildFilterForNullableColumns(replacementNode.Node, replacementNode.
NullableColumns
);