Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API Reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SACommandBuilder class

 

UnquoteIdentifier method

Returns the correct unquoted form of a quoted identifier, including properly un-escaping any embedded quotes in the identifier.

Syntax
Visual Basic

Public Overrides Function UnquoteIdentifier( _
   ByVal quotedIdentifier As String _
) As String
C#

public override string  UnquoteIdentifier(
   string  quotedIdentifier
);
Parameters
  • quotedIdentifier   The string representing the quoted identifier that will have its embedded quotes removed.

Return value

Returns a string representing the unquoted form of a quoted identifier with embedded quotes properly un-escaped.

See also