Interface IVersionTableMetaDataSourceItem
The source of types implementing the IVersion
Namespace: FluentMigrator .Runner.Initialization
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IVersionTableMetaDataSourceItem
Methods
| Edit this page View SourceGetCandidates(Predicate<Type>)
Gets all version table metadata type candidates
Declaration
IEnumerable<Type> GetCandidates(Predicate<Type> predicate)
Parameters
Returns
Type | Description |
---|---|
IEnumerable<Type> |