| C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : SqlDialectInfo Class |
The following tables list the members exposed by SqlDialectInfo.
| Name | Description | |
|---|---|---|
![]() | AddAsToTableAlias | Gets or sets a value indicating whether to add "AS" between table name and table alias. |
![]() | AlwaysEscapeNames | Gets or sets a value indicating whether every table and column name must be quoted to avoid collision with reserved keywords. |
![]() | Connection | Gets the Connection object to which this object belongs. |
![]() | DefaultInInsertValues | Gets or sets a value indicating whether DEFAULT keyword is supported in the VALUES() list in INSERT statement. |
![]() | IdentityColumnLastValueSelect | Gets or sets a string representing the SELECT command returning the last assigned identity (autoincrement) value in the current database connection. |
![]() | IdentityColumnRetrieveMode | Gets or sets a value indicating how autoincrement key value is retrieved for inserted row: before, after or in the same scope with the INSERT command. |
![]() | NameQuote | Gets or sets one of the SqlQuoteEnum values specifying the quotation rule for names. |
![]() | Syntax | Gets or sets one of the SqlSyntaxEnum values specifying the SQL dialect syntax. |
SqlDialectInfo Class
C1.Data.SchemaObjects Namespace
Database Connections