ColumnOrderingConventionStrict Class
Convention to apply column ordering specified via T:System.ComponentModel.DataAnnotations.ColumnAttribute or the DbModelBuilder API. This convention throws if a duplicate configured column order is detected.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.ModelConfiguration.Conventions.ColumnOrderingConvention
System.Data.Entity.ModelConfiguration.Conventions.ColumnOrderingConventionStrict
Name | Description | |
---|---|---|
![]() | ColumnOrderingConventionStrict() | Initializes a new instance of the ColumnOrderingConventionStrict class. |
Name | Description | |
---|---|---|
![]() | Apply(EntityType, DbModel) | Applies configuration to the specified item in the mapping model.(Inherited from ColumnOrderingConvention.) |
![]() | 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 to ensure that the same ordinal was not supplied for two columns.(Overrides ColumnOrderingConvention.ValidateColumns(EntityType, String).) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.