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
- identifier
Type: System.String
Specifies the identifier
- quote
Type: Microsoft.Data.Schema.ScriptDom.Sql.QuoteType%
Specifies the quote type
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.