ComponentOne DataObjects for .NET
NameQuote Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > SqlDialectInfo Class : NameQuote Property
Gets or sets one of the SqlQuoteEnum values specifying the quotation rule for names.
Syntax
'Declaration
 
Public Property NameQuote As SqlQuoteEnum
public SqlQuoteEnum NameQuote {get; set;}
Remarks
Name that are not well-formed identifiers (not start with a letter or containing characters other than letters and digits) need to be quoted in SQL statements. This property determines the quotation mark used in these cases.
See Also

Reference

SqlDialectInfo Class
SqlDialectInfo Members
Database Connections