Gets the default DataAccessMapping for the connection provider.
protected override DataAccessMapping GetDefaultMapping(
string name,
string dbProviderName
)
Protected Overrides Function GetDefaultMapping(
ByVal name As String,
ByVal dbProviderName As String
) As DataAccessMapping
protected:
virtual DataAccessMapping^ GetDefaultMapping(
String^ name,
String^ dbProviderName
) override
name
The connection name for which the dbProviderName belongs.
dbProviderName
The connection logical provider name.
A DataAccessMapping object for the provided dbProviderName. It will return a null value if no mapping is found.
This methods has the following default DataAccessMapping:
For the dbProviderName = DefaultSqlProviderName the DataAccessType will be of type StorageSqlDbDataAccessAgent and the CatalogType will be of type StorageCatalog
For the dbProviderName = DefaultSqlCe3-5ProviderName the DataAccessType will be of type StorageSqlCeDataAccessAgent and the CatalogType will be of type StorageCatalog
StorageDataAccessConfigurationView Class
StorageDataAccessConfigurationView Members
Leadtools.Medical.Storage.DataAccessLayer.Configuration Namespace
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