Mimer SQL Data Provider
UnquoteIdentifier Method




Mimer.Data.Client Namespace > MimerCommandBuilder Class : UnquoteIdentifier Method
The identifier that should be unquoted.
Unquote an identifier.
Syntax
'Declaration
 
Public Overrides NotOverridable Function UnquoteIdentifier( _
   ByVal quotedIdentifier As String _
) As String
public override string UnquoteIdentifier( 
   string quotedIdentifier
)
public function UnquoteIdentifier( 
    quotedIdentifier: String
): String; override; 
public override function UnquoteIdentifier( 
   quotedIdentifier : String
) : String;
public: string* UnquoteIdentifier( 
   string* quotedIdentifier
) override 

Parameters

quotedIdentifier
The identifier that should be unquoted.

Return Value

The unquoted identifier.
Remarks
This method uses the QuotePrefix and QuoteSuffix to unquote the quotedIdentifier. Unless the first and last character matches the quote characters no actions are taken by the method. All occurrences of double quote characters within the identifier are replaced by single occurrences.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerCommandBuilder Class
MimerCommandBuilder Members
QuoteIdentifier Method