DeclaredPropertyOrderingConvention Class

Definition

Convention to move primary key properties to appear first.

public class DeclaredPropertyOrderingConvention : System.Data.Entity.ModelConfiguration.Conventions.IConceptualModelConvention<System.Data.Entity.Core.Metadata.Edm.EntityType>
type DeclaredPropertyOrderingConvention = class
    interface IConceptualModelConvention<EntityType>
    interface IConvention
Public Class DeclaredPropertyOrderingConvention
Implements IConceptualModelConvention(Of EntityType)
Inheritance
DeclaredPropertyOrderingConvention
Implements

Constructors

DeclaredPropertyOrderingConvention()

Methods

Apply(EntityType, DbModel)

Applies this convention to an item in the model.

Applies to