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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |