Share via


ISqlDatabaseOptions.IsQuotedIdentifierOn Property

Gets or sets a value that models the QUOTED_IDENTIFIER option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsQuotedIdentifierOn As Boolean
bool IsQuotedIdentifierOn { get; set; }
property bool IsQuotedIdentifierOn {
    bool get ();
    void set (bool value);
}
abstract IsQuotedIdentifierOn : bool with get, set
function get IsQuotedIdentifierOn () : boolean
function set IsQuotedIdentifierOn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace