Search Results for

    Show / Hide Table of Contents

    Class SqlServerBatchParser

    A specialization of the SqlBatchParser for the Microsoft SQL Server

    Inheritance
    object
    SqlBatchParser
    SqlServerBatchParser
    Inherited Members
    SqlBatchParser.SpecialToken
    SqlBatchParser.SqlText
    SqlBatchParser.Process(ITextSource, bool)
    SqlBatchParser.OnSpecialToken(SpecialTokenEventArgs)
    SqlBatchParser.OnSqlText(SqlTextEventArgs)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.BatchParser
    Assembly: FluentMigrator.Runner.SqlServer.dll
    Syntax
    public class SqlServerBatchParser : SqlBatchParser
    Remarks

    It uses the following range searchers: MultiLineComment, DoubleDashSingleLineComment, PoundSignSingleLineComment, SqlServerIdentifier, SqlString and the following token searchers: GoSearcher.

    Constructors

    SqlServerBatchParser(string)

    Initializes a new instance of the SqlServerBatchParser class.

    Declaration
    public SqlServerBatchParser(string newLine = null)
    Parameters
    Type Name Description
    string newLine

    The string used to write a new line sequence

    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.