GetDefaultMapping Method

Summary
Gets the default mapping from an ADO.Net logical provider to the data access type.
Syntax
C#
VB
C++
protected override DataAccessMapping GetDefaultMapping( 
   string name, 
   string dbProviderName 
) 
  
Protected Overrides Function GetDefaultMapping( _ 
   ByVal name As String, _ 
   ByVal dbProviderName As String _ 
) As DataAccessMapping 
protected: 
DataAccessMapping^ GetDefaultMapping(  
   String^ name, 
   String^ dbProviderName 
) override  

Parameters

name
The connection name for which the dbProviderName belongs.

dbProviderName
A System.String that represents the connection logical provider name.

Return Value

A Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping object that represents the mapping from the logical provider and the data access type. It will return a null value if no mapping is found.

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.Worklist.DataAccessLayer Assembly

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