Retrieves the short version of the supplied keyword.
Visual Basic Public Shared Function GetShortName( _ ByVal keyword As String _ ) As String
C# public static string GetShortName( string keyword );
keyword The key of the item to retrieve.
The short version of the supplied keyword if keyword is recognized, null otherwise.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |