Identifier.DecodeIdentifier(String, QuoteType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.