The following tables list the members exposed by MySQLSyntaxProvider.
Public Properties
| Name | Description |
| AnsiQuotes | Instructs the component to quote identifiers with double quotes instead of back quotes. |
| DenyIntoClause | Overridden. Instructs to deny the INTO clause parsing and generation. |
| IdentCaseSens | Overridden. Defines the way database server treats quoted and unquoted identifiers. |
| ServerVersion | Gets or sets MySQL server version string. |
| ServerVersionInt | Gets or sets MySQL server version as integer. |
| TryToSelectLinksViaDriver | Instructs the component to try to retrieve foreign keys from the database via data access component method calls in case of failing to retrieve them by querying system objects. |
Top
Public Methods
See Also