IdKeyDiscoveryConvention 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 detect primary key properties. Recognized naming patterns in order of precedence are:
- 'Id'
- [type name]Id Primary key detection is case insensitive.
public class IdKeyDiscoveryConvention : System.Data.Entity.ModelConfiguration.Conventions.KeyDiscoveryConvention
type IdKeyDiscoveryConvention = class
inherit KeyDiscoveryConvention
Public Class IdKeyDiscoveryConvention
Inherits KeyDiscoveryConvention
- Inheritance
- Inheritance
-
IdKeyDiscoveryConvention
Constructors
IdKeyDiscoveryConvention() |
Methods
Apply(EntityType, DbModel) |
Applies this convention to an item in the model. (Inherited from KeyDiscoveryConvention) |
MatchKeyProperty(EntityType, IEnumerable<EdmProperty>) |
When overriden returns the subset of properties that will be part of the primary key. |
MatchKeyProperty(EntityType, IEnumerable<EdmProperty>) |
When overriden returns the subset of properties that will be part of the primary key. (Inherited from KeyDiscoveryConvention) |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework