Search Results for

    Show / Hide Table of Contents

    Interface ISpecialTokenSearcher

    Searches for special tokens (e.g. GO)

    Namespace: FluentMigrator.Runner.BatchParser
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public interface ISpecialTokenSearcher

    Methods

    Find(ILineReader)

    Search for the special token in the given reader

    Declaration
    [CanBeNull]
    SpecialTokenInfo Find(ILineReader reader)
    Parameters
    Type Name Description
    ILineReader reader

    The reader used to search the token

    Returns
    Type Description
    SpecialTokenInfo

    null when the token couldn't be found

    In this article
    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.