GetDefaultMapping Method

Summary
Gets the default Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping for the connection provider.
Syntax
C#
C++/CLI
protected override DataAccessMapping GetDefaultMapping( 
   string name, 
   string dbProviderName 
) 
protected: DataAccessMapping* GetDefaultMapping(  
   string* name, 
   string* dbProviderName 
) override  
protected: 
DataAccessMapping^ GetDefaultMapping(  
   String^ name, 
   String^ dbProviderName 
) override  

Parameters

name
The connection name for which the  dbProviderName belongs.

dbProviderName
The connection logical provider name

Return Value

A Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping object for the provided  dbProviderName, if no mapping found a NULL value will be returned.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation.DataAccessLayer Assembly

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