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).
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |