LEADTOOLS Medical (Leadtools.Medical.DataAccessLayer assembly)

DataAccessMappings Property

Show in webframe





Gets or sets a collection of DataAccessMapping which holds the mapping from ADO.NET data providers to the data access type.
Syntax
public NamedElementCollection<DataAccessMapping> DataAccessMappings {get; set;}
'Declaration
 
Public Property DataAccessMappings As NamedElementCollection(Of DataAccessMapping)
'Usage
 
Dim instance As DataAccessSettings
Dim value As NamedElementCollection(Of DataAccessMapping)
 
instance.DataAccessMappings = value
 
value = instance.DataAccessMappings

            

            
public:
property NamedElementCollection<DataAccessMapping^>^ DataAccessMappings {
   NamedElementCollection<DataAccessMapping^>^ get();
   void set (    NamedElementCollection<DataAccessMapping^>^ value);
}

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

See Also

Reference

DataAccessSettings Class
DataAccessSettings Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features