←Select platform

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

Leadtools.Medical.DataAccessLayer Assembly