ForeignKeyDiscoveryConvention.SupportsMultipleAssociations Property

 

Gets whether the convention supports pairs of entity types that have multiple associations defined between them.

Namespace:   System.Data.Entity.ModelConfiguration.Conventions
Assembly:  EntityFramework (in EntityFramework.dll)

protected virtual bool SupportsMultipleAssociations { get; }

Property Value

Type: System.Boolean

true if the convention supports pairs of entity types that have multiple associations defined between them; otherwise, false.