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

On this page
    QuoteIdentifier Property
    On this page
    Determines whether to quote all identifiers present in the database.
    Syntax
    'Declaration
     
    Public Property QuoteIdentifier As Boolean
    public bool QuoteIdentifier {get; set;}

    Property Value

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