ข้ามไปยังเนื้อหา

Interface IDatabaseMigrationContributor

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Contributes one or more database-migration descriptors to the active Cephalon runtime.

public interface IDatabaseMigrationContributor

Describes the database-migration targets that should appear in the active runtime catalog.

IReadOnlyList<DatabaseMigrationDescriptor> DescribeDatabaseMigrations()

IReadOnlyList<DatabaseMigrationDescriptor>

The migration descriptors contributed by the current provider or module pack.