共用方式為


System.Data.Entity.Infrastructure.Annotations 命名空間

類別

AnnotationCodeGenerator

繼承自這個類別,以建立服務,以在 Scaffolding Migrations 中產生自訂批註的程式碼。 衍生類別應該設定為 MigrationCodeGenerator

AnnotationValues

表示 Scaffolded 或手動編碼 DbMigration 中的一對批註值。

CompatibilityResult

IsCompatibleWith(Object) 和相關方法傳回,以指出某個物件是否與另一個物件衝突,讓兩者可以合併成一個物件。

IndexAnnotation

這個類別的實例可用來做為自訂注釋,以代表 Entity Framework 模型中的資料庫索引。

IndexAnnotationSerializer

這個類別是用來序列化和還原序列化 IndexAnnotation 物件,以便將它們儲存在 Entity Framework 模型的 EDMX 形式。

介面

IMergeableAnnotation

做為自訂注釋的類型可以實作這個介面,以指出嘗試在指定資料表或資料行上使用多個具有相同名稱的批註,可以藉由將多個注釋合併成一個批註。