ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.SqlParser Namespace / SqlDialect Class / ParameterChar Property

In This Topic
    ParameterChar Property
    In This Topic
    Gets the character used to prefix parameters in SQL statements for the specific SQL dialect.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParameterChar As String
    public string ParameterChar {get;}

    Property Value

    A System.String representing the character used to prefix parameters in SQL statements.
    See Also