dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDump Class / QuoteIdentifier Property

In This Topic
QuoteIdentifier Property
In This Topic
Determines whether to quote all identifiers present in the database.
Syntax
'Declaration
 
Public Property QuoteIdentifier As Boolean
 

Property Value

true, if database identifiers must be quoted; otherwise, false. The default value is false.
See Also