GetConnectionStringSettings Method

Summary
Returns the System.Configuration.ConnectionStringSettings object based on the name of the registered DataAccessSettings from the connection strings configuration section in the receiver's configuration source.
Syntax
C#
VB
C++
public ConnectionStringSettings GetConnectionStringSettings() 
  
Public Function GetConnectionStringSettings() As ConnectionStringSettings 
public: 
ConnectionStringSettings^ GetConnectionStringSettings();  

Return Value

The System.Configuration.ConnectionStringSettings from configuration.

Remarks

The connection string will be retrieved from the configuration source if it contains the connection strings section, otherwise it will be retrieved from the default configuration file.

Requirements

Target Platforms

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

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.