Search Results for

    Show / Hide Table of Contents

    Class RunnerEventIds

    The default runner event IDs

    Inheritance
    object
    RunnerEventIds
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public static class RunnerEventIds

    Fields

    ElapsedTime

    Gets the event ID for elapsed time

    Declaration
    public static readonly EventId ElapsedTime
    Field Value
    Type Description
    EventId

    Emphasize

    Gets the event ID for an emphasized message

    Declaration
    public static readonly EventId Emphasize
    Field Value
    Type Description
    EventId

    Heading

    Gets the event ID for a heading

    Declaration
    public static readonly EventId Heading
    Field Value
    Type Description
    EventId

    RunnerCategory

    Declaration
    public const string RunnerCategory = "FluentMigrator.Runner"
    Field Value
    Type Description
    string

    Say

    Gets the event ID for an informational message

    Declaration
    public static readonly EventId Say
    Field Value
    Type Description
    EventId

    Sql

    Gets the event ID for an SQL statement

    Declaration
    public static readonly EventId Sql
    Field Value
    Type Description
    EventId
    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.