1 instantiation of ViewKeyConstraint
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Validation\BasicKeyConstraint.cs (1)
51ViewKeyConstraint viewKeyConstraint = new ViewKeyConstraint(viewCellRelation, viewSlots);
19 references to ViewKeyConstraint
System.Data.Entity (19)
System\Data\Mapping\ViewGeneration\Validation\BasicKeyConstraint.cs (2)
34internal ViewKeyConstraint Propagate() 51ViewKeyConstraint viewKeyConstraint = new ViewKeyConstraint(viewCellRelation, viewSlots);
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (5)
42internal bool Implies(ViewKeyConstraint second) 102internal static ErrorLog.Record GetErrorRecord(ViewKeyConstraint rightKeyConstraint) 137internal static ErrorLog.Record GetErrorRecord(IEnumerable<ViewKeyConstraint> rightKeyConstraints) 139ViewKeyConstraint rightKeyConstraint = null; 142foreach (ViewKeyConstraint rightConstraint in rightKeyConstraints)
System\Data\Mapping\ViewGeneration\Validator.cs (12)
25using ViewSchemaConstraints = SchemaConstraints<ViewKeyConstraint>; 177ViewKeyConstraint viewConstraint = keyConstraint.Propagate(); 202KeyToListMap<ExtentPair, ViewKeyConstraint> extentPairConstraints = 203new KeyToListMap<ExtentPair, ViewKeyConstraint>(EqualityComparer<ExtentPair>.Default); 205foreach (ViewKeyConstraint cKeyConstraint in cViewConstraints.KeyConstraints) 215ReadOnlyCollection<ViewKeyConstraint> cKeyConstraints = extentPairConstraints.ListForKey(extentPair); 218foreach (ViewKeyConstraint cKeyConstraint in cKeyConstraints) 220foreach (ViewKeyConstraint sKeyConstraint in sViewConstraints.KeyConstraints) 232m_errorLog.AddEntry(ViewKeyConstraint.GetErrorRecord(cKeyConstraints)); 247foreach (ViewKeyConstraint rightKeyConstraint in rightViewConstraints.KeyConstraints) 251foreach (ViewKeyConstraint leftKeyConstraint in leftViewConstraints.KeyConstraints) 263m_errorLog.AddEntry(ViewKeyConstraint.GetErrorRecord(rightKeyConstraint));