共用方式為


ColumnOrderingConventionStrict.ValidateColumns(EntityType, String) 方法

定義

驗證為數據行提供的排序組態,以確保兩個數據行未提供相同的序數。

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)

參數

table
EntityType

資料行所屬的資料表名稱。

tableName
String

資料表的定義。

適用於