←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly