2 references to Union
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (2)
97
return m_possibleValues.
Union
(new Constant[] { negatedPossibleValue });
531
CellConstantSet union = new CellConstantSet(domain1, Constant.EqualityComparer).
Union
(domain2);