ColumnOrderingConventionStrict 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. This convention throws if a duplicate configured column order is detected.
public class ColumnOrderingConventionStrict : System.Data.Entity.ModelConfiguration.Conventions.ColumnOrderingConvention
type ColumnOrderingConventionStrict = class
inherit ColumnOrderingConvention
Public Class ColumnOrderingConventionStrict
Inherits ColumnOrderingConvention
- Inheritance
Constructors
ColumnOrderingConventionStrict() |
Methods
Apply(EntityType, DbModel) |
Applies this convention to an item in the model. (Inherited from ColumnOrderingConvention) |
ValidateColumns(EntityType, String) |
Validates the ordering configuration supplied for columns to ensure that the same ordinal was not supplied for two columns. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework