Class SqlScriptFluentMigratorLoggerOptions
The configuration for a SqlScriptFluentMigratorLoggerProvider
Inheritance
SqlScriptFluentMigratorLoggerOptions
Inherited Members
Namespace: FluentMigrator.Runner.Logging
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public class SqlScriptFluentMigratorLoggerOptions : FluentMigratorLoggerOptions
Constructors
| Edit this page View SourceSqlScriptFluentMigratorLoggerOptions()
Initializes a new instance of the SqlScriptFluentMigratorLoggerOptions class.
Declaration
public SqlScriptFluentMigratorLoggerOptions()
Properties
| Edit this page View SourceOutputGoBetweenStatements
Gets or sets a value indicating whether a GO statement should be output between the SQL statements
Declaration
public bool OutputGoBetweenStatements { get; set; }
Property Value
Type | Description |
---|---|
bool |
OutputSemicolonDelimiter
Gets or sets a value indicating whether a semicolon (;) delimiter should be output on end the SQL statements
Declaration
public bool OutputSemicolonDelimiter { get; set; }
Property Value
Type | Description |
---|---|
bool |