dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniCommandBuilder Class / Quoted Property

In This Topic
    Quoted Property (UniCommandBuilder)
    In This Topic

    Gets or sets whether the command builder quotes all the names of database objects.

    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Quoted As Boolean
    public override bool Quoted {get; set;}

    Property Value

    true if the command builder will quote all the names of database objects; otherwise, false. The default value is false.
    Remarks
    Names of database objects can contain any characters, including spaces, commas, national or lowercase characters. To accommodate this, use the Quoted property that allows to enclose all objects names by quotation mark in generated SQL.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also