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

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULConnectionStringBuilder class

 

ConnectionName property

Specifies a name for the connection. This is only needed if you create more than one connection to the database.

Syntax
Visual Basic

Public Property ConnectionName As String
C#

public string  ConnectionName  { get; set; }
Property value

A string specifying the name of the connection. The default is a null reference (Nothing in Visual Basic).

See also