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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAConnectionStringBuilderBase class

Remove method Next Page

SetUseLongNameAsKeyword method


Sets a boolean value that indicates whether long connection parameter names are used in the connection string. Long connection parameter names are used by default.

Syntax

Visual Basic

Public Sub SetUseLongNameAsKeyword( _
ByVal useLongNameAsKeyword As Boolean _
)

C#

public void SetUseLongNameAsKeyword(
bool useLongNameAsKeyword
);

Parameters
See also