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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SACommandBuilder class

GetUpdateCommand() method Next Page

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
Return value

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

See also