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 characaters no actions are taken by the method. All occurences of double quote characters within the identifier are replaced by single occurences.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommandBuilder Class
MimerCommandBuilder Members
QuoteIdentifier Method