Send feedback on this topic.
Teradata.Client.Provider
UnquoteIdentifier Method



Teradata.Client.Provider Namespace > TdCommandBuilder Class : UnquoteIdentifier Method
The quoted identifier to unescape imbedded quotes.
Returns the unquoted form of the identifier by unescaping any imbedded quotes.
Syntax
'Declaration
 
Public Overrides NotOverridable Function UnquoteIdentifier( _
   ByVal quotedIdentifier As String _
) As String
'Usage
 
Dim instance As TdCommandBuilder
Dim quotedIdentifier As String
Dim value As String
 
value = instance.UnquoteIdentifier(quotedIdentifier)
public override string UnquoteIdentifier( 
   string quotedIdentifier
)
public:
String^ UnquoteIdentifier( 
   String^ quotedIdentifier
) override 

Parameters

quotedIdentifier
The quoted identifier to unescape imbedded quotes.

Return Value

The unquoted identifier.
Exceptions
ExceptionDescription
The quotedIdentifier is null.
Remarks
This method supports different prefix and suffix values, but Teradata does not support different values such as [ and ]. TdCommandBuilder.QuotePrefix and TdCommandBuilder.QuoteSuffix are both equal and only permit setting the values to the double quote character value.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdCommandBuilder Class
TdCommandBuilder Members