Search Results for

    Show / Hide Table of Contents

    Class SemicolonSearcher

    Searches for a semicolon

    Inheritance
    object
    SemicolonSearcher
    Implements
    ISpecialTokenSearcher
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.BatchParser.SpecialTokenSearchers
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public class SemicolonSearcher : ISpecialTokenSearcher
    Remarks

    This special token searcher might be used to separate SQL statements in a batch.

    Methods

    Find(ILineReader)

    Search for the special token in the given reader

    Declaration
    public 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

    Implements

    ISpecialTokenSearcher
    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.