Interface IVersionTableMetaDataSourceItem
The source of types implementing the IVersionTableMetaData interface.
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
Type | Name | Description |
---|---|---|
Predicate<Type> | predicate | The predicate to filter the types |
Returns
Type | Description |
---|---|
IEnumerable<Type> |