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

SQL Anywhere 11.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULConnectionStringBuilder class

 

GetShortName method

Retrieves the short version of the supplied keyword.

Syntax
Visual Basic
Public Shared Function GetShortName( _
   ByVal keyword As String _
) As String
C#
public static string  GetShortName(
   string  keyword
);
Parameters
  • keyword   The key of the item to retrieve.

Return value

The short version of the supplied keyword if keyword is recognized, null otherwise.

See also