←Select platform

GetDefaultMapping Method

Summary

Gets the default Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping for the connection provider.

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 Leadtools.Medical.Dataaccesslayer.Configuration.DataAccessMapping 
protected: 
Leadtools.Medical.Dataaccesslayer.Configuration.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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly