ColumnOrderingConvention.ValidateColumns Method (EntityType, String)

 

Validates the ordering configuration supplied for columns. This base implementation is a no-op.

Namespace:   System.Data.Entity.ModelConfiguration.Conventions
Assembly:  EntityFramework (in EntityFramework.dll)

protected virtual void ValidateColumns(
	EntityType table,
	string tableName
)

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.