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 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly