Identifier.DecodeIdentifier(String, QuoteType) Method

Definition

Removes the escape characters.

public static string DecodeIdentifier (string identifier, out Microsoft.SqlServer.TransactSql.ScriptDom.QuoteType quote);
static member DecodeIdentifier : string * QuoteType -> string
Public Shared Function DecodeIdentifier (identifier As String, ByRef quote As QuoteType) As String

Parameters

identifier
String

The identifier which has escape characters.

quote
QuoteType

The quote type

Returns

The unescaped identifier.

Applies to