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

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

    Field Value

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