ColumnOrderingConvention.ValidateColumns Method (EntityType, String)
Validates the ordering configuration supplied for columns. This base implementation is a no-op.
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.