MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.SqlParser Namespace / SqlDialect Class
Fields Properties

SqlDialect Class Members

The following tables list the members exposed by SqlDialect.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Gets the instance of the SqlDialect with characteristics for the MS SQL database.  
Public Fieldstatic (Shared in Visual Basic)Gets the instance of the SqlDialect with characteristics for the MySQL database.  
Public Fieldstatic (Shared in Visual Basic)Gets the instance of the SqlDialect with characteristics for the OleDb provider.  
Public Fieldstatic (Shared in Visual Basic)Gets the instance of the SqlDialect with characteristics for the Oracle database.  
Public Fieldstatic (Shared in Visual Basic)Gets the instance of the SqlDialect with characteristics for the PostgreSQL database.  
Public Fieldstatic (Shared in Visual Basic)Gets the instance of the SqlDialect with characteristics for the SQLite database.  
Top
Public Properties
 NameDescription
Public PropertyGets the characters used to escape SQL identifiers in the specific SQL dialect.  
Public PropertyGets the name of the SQL dialect, such as "MySQL" or "MsSql".  
Public PropertyGets the character used to prefix parameters in SQL statements for the specific SQL dialect.  
Public PropertyGets a value indicating whether the SQL dialect allows the use of unnamed parameters in SQL statements.  
Top
See Also