ColumnOrderingConvention 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 apply column ordering specified via ColumnAttribute or the DbModelBuilder API.
public class ColumnOrderingConvention : System.Data.Entity.ModelConfiguration.Conventions.IStoreModelConvention<System.Data.Entity.Core.Metadata.Edm.EntityType>
	type ColumnOrderingConvention = class
    interface IStoreModelConvention<EntityType>
    interface IConvention
	Public Class ColumnOrderingConvention
Implements IStoreModelConvention(Of EntityType)
		- Inheritance
 - 
				ColumnOrderingConvention
 
- Derived
 
- Implements
 
Constructors
| ColumnOrderingConvention() | 
Methods
| Apply(EntityType, DbModel) | 
		 Applies this convention to an item in the model.  | 
        	
| ValidateColumns(EntityType, String) | 
		 Validates the ordering configuration supplied for columns. This base implementation is a no-op.  |