9 references to Property
System.Data.Entity (9)
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (1)
103StructuredProperty property = keyProperty.Property;
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraint.cs (7)
198if (_dependentRole.RoleProperties[i].Property.Type != _principalRole.RoleProperties[i].Property.Type) 229if(propRef.Property == null) 274if (itemType.KeyProperties[j].Property == roleElement.RoleProperties[i].Property) 288areAllPropertiesNullable &= roleElement.RoleProperties[i].Property.Nullable; 289isAnyPropertyNullable |= roleElement.RoleProperties[i].Property.Nullable;
System\Data\Metadata\Converter.cs (1)
329keyMembers[i] = (element.DeclaredKeyProperties[i].Property.Name);