Search Results for

    Show / Hide Table of Contents

    Class MySqlScriptEventArgs

    Sets the arguments associated to MySQL scripts.

    Inheritance
    System.Object
    System.EventArgs
    MySqlScriptEventArgs
    MySqlScriptErrorEventArgs
    Namespace: MySql.Data.MySqlClient
    Assembly: MySql.Data.dll
    Version: 9.3.0
    Syntax
    public class MySqlScriptEventArgs : EventArgs

    Properties

    Line

    Gets the line.

    Declaration
    public int Line { get; }
    Property Value
    Type Description
    System.Int32

    The line.

    Position

    Gets the position.

    Declaration
    public int Position { get; }
    Property Value
    Type Description
    System.Int32

    The position.

    StatementText

    Gets the statement text.

    Declaration
    public string StatementText { get; }
    Property Value
    Type Description
    System.String

    The statement text.

    In This Article
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.