Class SQLiteBatchParser
A specialization of the SqlBatchParser for the Microsoft SQL Server
Inherited Members
Namespace: FluentMigrator.Runner.BatchParser
Assembly: FluentMigrator.Runner.SQLite.dll
Syntax
public class SQLiteBatchParser : SqlBatchParser
Remarks
It uses the following range searchers: MultiLineComment, DoubleDashSingleLineComment, PoundSignSingleLineComment, AnsiSqlIdentifier, SqlString and the following token searchers: GoSearcher.
Constructors
SQLiteBatchParser(string)
Initializes a new instance of the SQLiteBatchParser class.
Declaration
public SQLiteBatchParser(string newLine = null)
Parameters
Type | Name | Description |
---|---|---|
string | newLine | The string used to write a new line sequence |