Interface IMigrationRunnerBuilder
An interface for configuring migration runner services
Namespace: FluentMigrator.Runner
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IMigrationRunnerBuilder
Properties
| Edit this page View SourceServices
Gets the IServiceCollection where the migration runner services are configured
Declaration
[NotNull]
IServiceCollection Services { get; }
Property Value
Type | Description |
---|---|
IServiceCollection |