ColumnOrderingConventionStrict.ValidateColumns(EntityType, String) Method

Definition

Validates the ordering configuration supplied for columns to ensure that the same ordinal was not supplied for two columns.

protected override void ValidateColumns (System.Data.Entity.Core.Metadata.Edm.EntityType table, string tableName);
override this.ValidateColumns : System.Data.Entity.Core.Metadata.Edm.EntityType * string -> unit
Protected Overrides Sub ValidateColumns (table As EntityType, tableName As String)

Parameters

table
EntityType

The name of the table that the columns belong to.

tableName
String

The definition of the table.

Applies to