TSqlParser.QuotedIdentifier Property

Gets whether quoted identifier handling is on.

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

Syntax

'Declaration
Public ReadOnly Property QuotedIdentifier As Boolean
public bool QuotedIdentifier { get; }
public:
property bool QuotedIdentifier {
    bool get ();
}
member QuotedIdentifier : bool
function get QuotedIdentifier () : boolean

Property Value

Type: System.Boolean
true if quoted identifier handling is on; otherwise, false.

.NET Framework Security

See Also

Reference

TSqlParser Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace