ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.SqlParser Namespace / SqlDialect Class / MySQL Field

In This Topic
    MySQL Field (SqlDialect)
    In This Topic
    Gets the instance of the SqlDialect with characteristics for the MySQL database.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MySQL As SqlDialect
    public static readonly SqlDialect MySQL

    Field Value

    A static instance of SqlDialect containing the characteristics for the MySQL database.
    See Also