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