Gets the default mapping from an ADO.Net logical provider to the data access type.
protected override DataAccessMapping GetDefaultMapping(
string name,
string dbProviderName
)
Protected Overrides Function GetDefaultMapping( _
ByVal name As String, _
ByVal dbProviderName As String _
) As Leadtools.Medical.Dataaccesslayer.Configuration.DataAccessMapping
protected:
Leadtools.Medical.Dataaccesslayer.Configuration.DataAccessMapping^ GetDefaultMapping(
String^ name,
String^ dbProviderName
) override
name
The connection name for which the dbProviderName belongs.
dbProviderName
A System.String that represents the connection logical provider name.
A Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping object that represents the mapping from the logical provider and the data access type. It will return a null value if no mapping is found.
This methods has the following default Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping:
For the dbProviderName = Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.DefaultSqlProviderName the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.DataAccessType will be of type Leadtools.Medical.Worklist.DataAccessLayer.WorklistSqlDbDataAccessAgent and the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.CatalogType will be of type Leadtools.Medical.Worklist.DataAccessLayer.WorklistCatalog
For the dbProviderName = Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.DefaultSqlCe3_5ProviderName the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.DataAccessType will be of type Leadtools.Medical.Worklist.DataAccessLayer.WorklistSqlCeDataAccessAgent and the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.CatalogType will be of type Leadtools.Medical.Worklist.DataAccessLayer.WorklistCatalog
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