MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.SqlParser Namespace / SqlDialect Class / Name Property

In This Topic
Name Property (SqlDialect)
In This Topic
Gets the name of the SQL dialect, such as "MySQL" or "MsSql".
Syntax
'Declaration
 
Public ReadOnly Property Name As String
 

Property Value

A System.String representing the name of the SQL dialect.
See Also