Interface IProfileLoader
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.dll
Syntax
public interface IProfileLoader
Methods
ApplyProfiles()
Declaration
void ApplyProfiles()
FindProfilesIn(IAssemblyCollection, string)
Declaration
IEnumerable<IMigration> FindProfilesIn(IAssemblyCollection assemblies, string profile)
Parameters
| Type | Name | Description |
|---|---|---|
| IAssemblyCollection | assemblies | |
| string | profile |
Returns
| Type | Description |
|---|---|
| IEnumerable<IMigration> |