Returns the correct quoted form of an unquoted identifier, including properly escaping any embedded quotes in the identifier.
Visual Basic Public Overrides Function QuoteIdentifier( _ ByVal unquotedIdentifier As String _ ) As String
C# public override string QuoteIdentifier( string unquotedIdentifier );
unquotedIdentifier The string representing the unquoted identifier that will have be quoted.
Returns a string representing the quoted form of an unquoted identifier with embedded quotes properly escaped.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |