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