Identifier.DecodeIdentifier Method

Decodes the identifier.

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

Syntax

'Declaration
Public Shared Function DecodeIdentifier ( _
    identifier As String, _
    <OutAttribute> ByRef quote As QuoteType _
) As String
public static string DecodeIdentifier(
    string identifier,
    out QuoteType quote
)
public:
static String^ DecodeIdentifier(
    String^ identifier, 
    [OutAttribute] QuoteType% quote
)
static member DecodeIdentifier : 
        identifier:string * 
        quote:QuoteType byref -> string 
public static function DecodeIdentifier(
    identifier : String, 
    quote : QuoteType
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

Identifier Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace