←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly