ComponentOne DataObjects for .NET
AlwaysEscapeNames Property (SqlDialectInfo)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > SqlDialectInfo Class : AlwaysEscapeNames Property
Gets or sets a value indicating whether every table and column name must be quoted to avoid collision with reserved keywords.
Syntax
'Declaration
 
Public Property AlwaysEscapeNames As System.Boolean
public System.bool AlwaysEscapeNames {get; set;}
Remarks
If this property is set to True, table and field names are always escaped in generated SQL statements. This is useful to ensure that the names do not conflict with database-reserved words. The quotation mark is determined by the NameQuote property value (for example, [field] in MS Access, "field" in SQL Server and Oracle). Default: False.
See Also

Reference

SqlDialectInfo Class
SqlDialectInfo Members
Database Connections