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#
C++/CLI
[ConfigurationPropertyAttribute("dataAccessMappings", IsRequired=false)] 
public NamedElementCollection<DataAccessMapping> DataAccessMappings { get; set; } 
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 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

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