1 implementation of Type
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (1)
39
public SchemaEntityType
Type
17 references to Type
System.Data.Entity (17)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs (1)
143
if ( set.EntityType.IsOfType( end.
Type
) )
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (1)
193
if ( relationshipEnd.
Type
.IsOfType( set.EntityType ) )
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSetEnd.cs (2)
133
if ( !_relationshipEnd.
Type
.IsOfType( _entitySet.EntityType ) &&
134
!_entitySet.EntityType.IsOfType( _relationshipEnd.
Type
))
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (5)
72
if (_toEnd == null || _toEnd.
Type
== null)
77
return _toEnd.
Type
;
163
if (_fromEnd.
Type
!= ParentElement)
167
_fromEnd.
Type
.FQName, _fromEnd.Name, _relationship.FQName, ParentElement.FQName));
170
StructuredType type = _toEnd.
Type
;
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraint.cs (6)
64
IsKeyProperty(_dependentRole, dependentRoleEnd.
Type
,
72
IsKeyProperty(_principalRole, principalRoleEnd.
Type
,
87
PrincipalRole.Name, principalRoleEnd.
Type
.FQName, this.ParentElement.FQName));
164
DependentRole.Name, dependentRoleEnd.
Type
.FQName, this.ParentElement.FQName));
204
_dependentRole.End.
Type
.Identity,
206
_principalRole.End.
Type
.Identity,
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraintRoleElement.cs (2)
118
if (_end.
Type
== null)
134
if (!property.ResolveNames((SchemaEntityType)_end.
Type
))