ComponentOne DataObjects for .NET
SqlDialectInfo Class Members
Properties 

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : SqlDialectInfo Class

The following tables list the members exposed by SqlDialectInfo.

Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether to add "AS" between table name and table alias.  
Public PropertyGets or sets a value indicating whether every table and column name must be quoted to avoid collision with reserved keywords.  
Public PropertyGets the Connection object to which this object belongs.  
Public PropertyGets or sets a value indicating whether DEFAULT keyword is supported in the VALUES() list in INSERT statement.  
Public PropertyGets or sets a string representing the SELECT command returning the last assigned identity (autoincrement) value in the current database connection.  
Public PropertyGets 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.  
Public PropertyGets or sets one of the SqlQuoteEnum values specifying the quotation rule for names.  
Public PropertyGets or sets one of the SqlSyntaxEnum values specifying the SQL dialect syntax.  
Top
See Also

Reference

SqlDialectInfo Class
C1.Data.SchemaObjects Namespace
Database Connections