Interface IDatabaseMigrationContributor
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Contributes one or more database-migration descriptors to the active Cephalon runtime.
public interface IDatabaseMigrationContributorMethods
Section titled “Methods”DescribeDatabaseMigrations()
Section titled “ DescribeDatabaseMigrations()”Describes the database-migration targets that should appear in the active runtime catalog.
IReadOnlyList<DatabaseMigrationDescriptor> DescribeDatabaseMigrations()Returns
Section titled “Returns”IReadOnlyList<DatabaseMigrationDescriptor>
The migration descriptors contributed by the current provider or module pack.