dotConnect for Oracle Documentation
Devart.Common Namespace / DbCommandBuilderBase Class / Quoted Property

On this page
    Quoted Property (DbCommandBuilderBase)
    On this page
    Gets or sets whether the command builder quotes all the names of data source objects.
    Syntax
    'Declaration
     
    Public Overridable Property Quoted As Boolean
    public virtual bool Quoted {get; set;}

    Property Value

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