Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定连接名称。只有在创建与数据库的多个连接时才需要指定连接名称。
Visual Basic Public Property ConnectionName As String
C# public string ConnectionName { get; set; }
指定连接名称的字符串。缺省值为空值引用(在 Visual Basic 中是 Nothing)。