7 references to Conditions
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
214if (originalCell.GetLeftQuery(viewTarget).Conditions 217|| originalCell.GetRightQuery(viewTarget).Conditions
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (2)
322foreach (MemberRestriction restriction in Conditions) 548foreach (var restriction in Conditions)
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (3)
96foreach (var restriction in cell.CQuery.Conditions) 607foreach (var restriction in cell.CQuery.Conditions) 633return wrapper.Cells.SelectMany(c => c.SQuery.Conditions).Any();