GetUseLongNameAsKeyword() method

Gets a boolean values that indicates whether long connection parameter names are used in the connection string.

Visual Basic syntax

Public Function GetUseLongNameAsKeyword () As Boolean

C# syntax

public bool GetUseLongNameAsKeyword ()

Returns

True if long connection parameter names are used to build connection strings; otherwise, false.

Usage

SQL Anywhere connection parameters have both long and short forms of their names. For example, to specify the name of an ODBC data source in your connection string, you can use either of the following values: DataSourceName or DSN. By default, long connection parameter names are used to build connection strings.