5 references to ManyToMany
System.Web.DynamicData (5)
DynamicData\MetaChildrenColumn.cs (1)
38Provider.Association.Direction == AssociationDirection.ManyToMany;
DynamicData\MetaTable.cs (1)
375case AssociationDirection.ManyToMany:
DynamicData\ModelProviders\AssociationProvider.cs (1)
104if (Direction == AssociationDirection.OneToMany || Direction == AssociationDirection.ManyToMany) {
DynamicData\ModelProviders\DLinqAssociationProvider.cs (1)
22Debug.Assert(Direction != AssociationDirection.ManyToMany, "Many to Many is not supported by Linq to SQL");
DynamicData\ModelProviders\EFAssociationProvider.cs (1)
37Direction = AssociationDirection.ManyToMany;