Interface IMigrationSourceItem
Interface to get the candidate types for MigrationSource
Namespace: FluentMigrator.Runner.Initialization
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IMigrationSourceItem
Properties
| Edit this page View SourceMigrationTypeCandidates
Gets all migration type candidates (unfiltered)
Declaration
IEnumerable<Type> MigrationTypeCandidates { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Type> |