Search Results for

    Show / Hide Table of Contents

    Class SqlTextEventArgs

    Event arguments for the SQL text collected by the SqlBatchParser

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

    Constructors

    SqlTextEventArgs(string)

    Initializes a new instance of the SqlTextEventArgs class.

    Declaration
    public SqlTextEventArgs(string sqlText)
    Parameters
    Type Name Description
    string sqlText

    The collected SQL text

    Properties

    SqlText

    Gets the collected SQL text

    Declaration
    [NotNull]
    public string SqlText { get; }
    Property Value
    Type Description
    string
    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.