ColumnOrderingConvention Class
Represents a convention to apply column ordering specified via T:System.ComponentModel.DataAnnotations.ColumnAttribute or the DbModelBuilder API.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.ModelConfiguration.Conventions.ColumnOrderingConvention
System.Data.Entity.ModelConfiguration.Conventions.ColumnOrderingConventionStrict
System.Data.Entity.ModelConfiguration.Conventions.ColumnOrderingConvention
System.Data.Entity.ModelConfiguration.Conventions.ColumnOrderingConventionStrict
Name | Description | |
---|---|---|
![]() | ColumnOrderingConvention() | Initialize a new instance of the ColumnOrderingConvention class. |
Name | Description | |
---|---|---|
![]() | Apply(EntityType, DbModel) | Applies configuration to the specified item in the mapping model. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ValidateColumns(EntityType, String) | Validates the ordering configuration supplied for columns. This base implementation is a no-op. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.