GetInstance(DataAccessConfigurationView) Method

Summary

Gets a DataAccessFactory instance to create data providers.

Syntax
C#
VB
C++
  
Public Overloads Shared Function GetInstance( _ 
   ByVal configView As DataAccessConfigurationView _ 
) As DataAccessFactory 
public: 
static DataAccessFactory^ GetInstance(  
   DataAccessConfigurationView^ configView 
)  

Parameters

configView
The configuration view containing the information about the data providers to create.

Return Value

An instance of the DataAccessFactory class.

Remarks

The DataAccessFactory will get the type to create from the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessSettings.DataAccessFactory in the provided configView. If a type is not defined in the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessSettings.DataAccessFactory, the default DataAccessFactory class will be created.

This allows developers to override the default factory used to create the data access providers by providing their custom factories and take control of the creation method.

Example

For an example of using the GetInstance(IDataAccessConfigurationView) method refer to the "Leadtools.Medical.Winforms" project.

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