DataAccessFactory Property

Summary
Gets or sets the configured type name of the DataAccessFactory.
Syntax
C#
C++/CLI
[ConfigurationPropertyAttribute("dataAccessFactory", IsRequired=false)] 
public string DataAccessFactory { get; set; } 
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 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.