DeclaredPropertyOrderingConvention 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 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.  |