ForeignKeyDiscoveryConvention 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.
Base class for conventions that discover foreign key properties.
public abstract class ForeignKeyDiscoveryConvention : System.Data.Entity.ModelConfiguration.Conventions.IConceptualModelConvention<System.Data.Entity.Core.Metadata.Edm.AssociationType>
type ForeignKeyDiscoveryConvention = class
interface IConceptualModelConvention<AssociationType>
interface IConvention
Public MustInherit Class ForeignKeyDiscoveryConvention
Implements IConceptualModelConvention(Of AssociationType)
- Inheritance
-
ForeignKeyDiscoveryConvention
- Derived
- Implements
Constructors
ForeignKeyDiscoveryConvention() |
Properties
SupportsMultipleAssociations |
Returns |
Methods
Apply(AssociationType, DbModel) |
Applies this convention to an item in the model. |
MatchDependentKeyProperty(AssociationType, AssociationEndMember, EdmProperty, EntityType, EdmProperty) |
When overriden returns |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework