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)
94Type = element as SchemaEntityType;
3 references to Type
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (2)
86if (Type == null && _unresolvedType != null) 95if (Type == null)
System\Data\Metadata\Converter.cs (1)
460Som.SchemaType entityTypeElement = end.Type;