ColumnOrderingConventionStrict.ValidateColumns Method (EntityType, String)
Validates the ordering configuration supplied for columns to ensure that the same ordinal was not supplied for two columns.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- table
-
Type:
System.Data.Entity.Core.Metadata.Edm.EntityType
The name of the table that the columns belong to.
- tableName
-
Type:
System.String
The definition of the table.