5 references to ManyToOne
System.Web.DynamicData (5)
DynamicData\MetaTable.cs (1)
373case AssociationDirection.ManyToOne:
DynamicData\ModelProviders\DLinqAssociationProvider.cs (2)
58if (Direction == AssociationDirection.ManyToOne && !association.OtherKeyIsPrimaryKey) { 96Direction = AssociationDirection.ManyToOne;
DynamicData\ModelProviders\EFAssociationProvider.cs (2)
45Direction = AssociationDirection.ManyToOne; 90return Direction == AssociationDirection.OneToOne || Direction == AssociationDirection.ManyToOne;