NavigationPropertyNameForeignKeyDiscoveryConvention Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convention to discover foreign key properties whose names are a combination of the dependent navigation property name and the principal type primary key property name(s).
public class NavigationPropertyNameForeignKeyDiscoveryConvention : System.Data.Entity.ModelConfiguration.Conventions.ForeignKeyDiscoveryConvention
type NavigationPropertyNameForeignKeyDiscoveryConvention = class
inherit ForeignKeyDiscoveryConvention
Public Class NavigationPropertyNameForeignKeyDiscoveryConvention
Inherits ForeignKeyDiscoveryConvention
- Inheritance
- Inheritance
-
NavigationPropertyNameForeignKeyDiscoveryConvention
Constructors
NavigationPropertyNameForeignKeyDiscoveryConvention() |
Properties
SupportsMultipleAssociations |
Returns |
SupportsMultipleAssociations |
Returns |
Methods
Apply(AssociationType, DbModel) |
Applies this convention to an item in the model. (Inherited from ForeignKeyDiscoveryConvention) |
MatchDependentKeyProperty(AssociationType, AssociationEndMember, EdmProperty, EntityType, EdmProperty) |
When overriden returns |
MatchDependentKeyProperty(AssociationType, AssociationEndMember, EdmProperty, EntityType, EdmProperty) |
When overriden returns |
Applies to
Entity Framework