DataAccessMappings Property

Summary
Gets or sets a collection of DataAccessMapping which holds the mapping from ADO.NET data providers to the data access type.
Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("dataAccessMappings", IsRequired=false)] 
public NamedElementCollection<DataAccessMapping> DataAccessMappings { get; set; } 
  
Public Property DataAccessMappings As NamedElementCollection(Of DataAccessMapping) 
public: 
property NamedElementCollection<DataAccessMapping^>^ DataAccessMappings { 
   NamedElementCollection<DataAccessMapping^>^ get(); 
   void set (    NamedElementCollection<DataAccessMapping^>^ ); 
} 

Property Value

A collection of DataAccessMapping objects that holds the mapping from ADO.NET data providers to the data access type.

Remarks

This property maps to the dataAccessMappings element in the configuration.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

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