Implemented interface member:
property
Constraints
System.Data.EntityModel.SchemaObjectModel.IRelationship.Constraints
7 references to Constraints
System.Data.Entity (7)
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (4)
130if (Constraints.Count == 0) 141foreach (ReferentialConstraint constraint in Constraints) 158foreach (ReferentialConstraint referentialConstraint in Constraints) 212this.Constraints.Add(constraint);
System\Data\Metadata\Converter.cs (3)
503for (int i = 0; i < element.Constraints.Count; i++) 505Som.ReferentialConstraint constraint = element.Constraints[i]; 525AddOtherContent(element.Constraints[i], referentialConstraint);