6 references to AssociationSetEnd
System.Data.Entity (6)
System\Data\Metadata\Edm\AssociationSet.cs (1)
54
[MetadataProperty(BuiltInTypeKind.
AssociationSetEnd
, true)]
System\Data\Metadata\Edm\AssociationSetEnd.cs (1)
48
public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.
AssociationSetEnd
; } }
System\Data\Metadata\Edm\MetadataItem_Static.cs (4)
37
_builtInTypes[(int)BuiltInTypeKind.
AssociationSetEnd
] = new ComplexType();
241
InitializeBuiltInTypes((ComplexType)GetBuiltInType(BuiltInTypeKind.
AssociationSetEnd
),
401
new EdmProperty[] { new EdmProperty(EdmConstants.AssociationSetEnds, TypeUsage.Create(GetBuiltInType(BuiltInTypeKind.
AssociationSetEnd
).GetCollectionType()))});
403
AddBuiltInTypeProperties(BuiltInTypeKind.
AssociationSetEnd
,