Specifies a name for the connection. This is only needed if you create more than one connection to the database.
Visual Basic
Public Property ConnectionName As String
C#
public string ConnectionName {get;set;}
A string specifying the name of the connection. The default is a null reference (Nothing in Visual Basic).
ArgumentException - The value contained a semicolon (;), or began with either a single quote (') or a double quote (").