GetDataAccessMapping Method

Summary

Returns the DataAccessMapping registered for the connection name and provider in the DataAccessSettings.

Syntax
C#
VB
C++
public DataAccessMapping GetDataAccessMapping() 
  
Public Function GetDataAccessMapping() As DataAccessMapping 
public: 
DataAccessMapping^ GetDataAccessMapping();  

Return Value

The DataAccessMapping that matches the configured provider name for the connection .

Remarks

The mapping will be retrieved from the registered DataAccessSettings object. If there is no mapping, the default mapping will be returned by calling GetDefaultMapping.

Requirements

Target Platforms

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

Leadtools.Medical.DataAccessLayer Assembly