Gets a DataAccessFactory instance to create data providers.
public static DataAccessFactory GetInstance(DataAccessConfigurationView configView)
Public Overloads Shared Function GetInstance( _ByVal configView As Leadtools.Medical.Dataaccesslayer.Configuration.DataAccessConfigurationView _) As Leadtools.Medical.Dataaccesslayer.DataAccessFactory
public:static Leadtools.Medical.Dataaccesslayer.DataAccessFactory^ GetInstance(Leadtools.Medical.Dataaccesslayer.Configuration.DataAccessConfigurationView^ configView)
configView
The configuration view containing the information about the data providers to create.
An instance of the DataAccessFactory class.
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.
For an example of using the GetInstance(idataaccessconfigurationview) method refer to the "Leadtools.Medical.Winforms" project.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
