Leadtools.Medical.Workstation.DataAccessLayer Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DataAccessMappings Property
See Also 
Leadtools.Medical.Workstation.DataAccessLayer.Configuration Namespace > DataAccessDatabaseSettings Class : DataAccessMappings Property



Holds the optional mappings from ADO.NET's database providers to the Data Access Agent. IWorkstationDataAccessAgent types.

Syntax

Visual Basic (Declaration)  
<ConfigurationPropertyAttribute(Name="dataAccessMappings", 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
Public ReadOnly Property DataAccessMappings As NamedElementCollection(Of DataAccessMapping)
Visual Basic (Usage) Copy Code
Dim instance As DataAccessDatabaseSettings
Dim value As NamedElementCollection(Of DataAccessMapping)
 
value = instance.DataAccessMappings
C#  
[ConfigurationPropertyAttribute(Name="dataAccessMappings", 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public NamedElementCollection<DataAccessMapping> DataAccessMappings {get;}
C++/CLI  
[ConfigurationPropertyAttribute(Name="dataAccessMappings", 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
public:
property NamedElementCollection<DataAccessMapping> DataAccessMappings {
   NamedElementCollection<DataAccessMapping> get();
}

Return Value

Gets the collection of registered configruation mappings from ADO.NET's database providers to Data Access Agent IWorkstationDataAccessAgent types.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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