DataAccessFactory Property

Summary

Gets or sets the configured type name of the DataAccessFactory.

Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("dataAccessFactory", IsRequired=false)] 
public string DataAccessFactory { get; set; } 
  
Public Property DataAccessFactory As String 
public: 
property String^ DataAccessFactory { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The configured type name of the DataAccessFactory.

Remarks

This is used by the DataAccessFactory class to create an instance of the type in the configuration.

This property maps to the dataAccessFactory element in the configuration.

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