ConnectionName Property

Summary

Gets or sets the connection name used by the data access provider.

Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("connectionName", IsRequired=false)] 
public string ConnectionName { get; set; } 
  
Public Property ConnectionName As String 
public: 
property String^ ConnectionName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The name of the connection used by the data access provider.

Remarks

This property maps to the connectionName element in the configuration.

The connection name should correspond to a value in the connectionStrings configuration section.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly