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

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

    Field Value

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