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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework