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