Search Results for

    Show / Hide Table of Contents

    Class SqlScriptFluentMigratorLoggerOptions

    The configuration for a SqlScriptFluentMigratorLoggerProvider

    Inheritance
    object
    FluentMigratorLoggerOptions
    SqlScriptFluentMigratorLoggerOptions
    LogFileFluentMigratorLoggerOptions
    Inherited Members
    FluentMigratorLoggerOptions.ShowSql
    FluentMigratorLoggerOptions.ShowElapsedTime
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Logging
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public class SqlScriptFluentMigratorLoggerOptions : FluentMigratorLoggerOptions

    Constructors

    | Edit this page View Source

    SqlScriptFluentMigratorLoggerOptions()

    Initializes a new instance of the SqlScriptFluentMigratorLoggerOptions class.

    Declaration
    public SqlScriptFluentMigratorLoggerOptions()

    Properties

    | Edit this page View Source

    OutputGoBetweenStatements

    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
    | Edit this page View Source

    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
    • Edit this page
    • View Source
    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.