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

 

QuoteIdentifier method

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

Syntax
Visual Basic

Public Overrides Function QuoteIdentifier( _
   ByVal unquotedIdentifier As String _
) As String
C#

public override string  QuoteIdentifier(
   string  unquotedIdentifier
);
Parameters
  • unquotedIdentifier   The string representing the unquoted identifier that will have be quoted.

Return value

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

See also