Search Results for

    Show / Hide Table of Contents

    Class GoSearcher

    Searches for a "GO n" or "GO" token

    Inheritance
    object
    GoSearcher
    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 GoSearcher : ISpecialTokenSearcher

    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

    GetGoCount(string)

    Declaration
    public static int? GetGoCount(string sql)
    Parameters
    Type Name Description
    string sql
    Returns
    Type Description
    int?

    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.