Search Results for

    Show / Hide Table of Contents

    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 Source

    GetCandidates(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>
    • Edit this page
    • View Source
    In this article
    • Methods
      • GetCandidates(Predicate<Type>)
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.