ColumnOrderingConvention.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. This base implementation is a no-op.
protected virtual void ValidateColumns(System.Data.Entity.Core.Metadata.Edm.EntityType table, string tableName);
abstract member ValidateColumns : System.Data.Entity.Core.Metadata.Edm.EntityType * string -> unit
override this.ValidateColumns : System.Data.Entity.Core.Metadata.Edm.EntityType * string -> unit
Protected Overridable 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework