C#
VB
C++
Gets or sets a collection of DataAccessMapping which holds the mapping from ADO.NET data providers to the data access type.
[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^>^ );
}
A collection of DataAccessMapping objects that holds the mapping from ADO.NET data providers to the data access type.
This property maps to the dataAccessMappings
element in the configuration.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET