←Select platform

DataAccessTypeName Property

Summary

Gets or sets the type name of the class providing the data access method for the managed provider.

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute("dataAccessType")] 
public string DataAccessTypeName { get; set; } 
  
Public Property DataAccessTypeName As String 
public: 
property String^ DataAccessTypeName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The name of the class type providing the data access method for the managed provider.

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