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) |
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