Implemented interface member:
property
Type
System.Data.EntityModel.SchemaObjectModel.IRelationshipEnd.Type
1 write to Type
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (1)
94
Type
= element as SchemaEntityType;
3 references to Type
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (2)
86
if (
Type
== null && _unresolvedType != null)
95
if (
Type
== null)
System\Data\Metadata\Converter.cs (1)
460
Som.SchemaType entityTypeElement = end.
Type
;