Class SqlServerBatchParser
A specialization of the SqlBatchParser for the Microsoft SQL Server
Inherited Members
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 |