ColumnOrderingConventionStrict.ValidateColumns(EntityType, String) Method
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.
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
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