Gets the default DataAccessMapping for the connection provider.
protected virtual DataAccessMapping GetDefaultMapping(
string name,
string dbProviderName
)
Protected Overridable Function GetDefaultMapping( _
ByVal name As String, _
ByVal dbProviderName As String _
) As Leadtools.Medical.Dataaccesslayer.Configuration.DataAccessMapping
protected:
virtual Leadtools.Medical.Dataaccesslayer.Configuration.DataAccessMapping^ GetDefaultMapping(
String^ name,
String^ dbProviderName
)
name
The connection name for which the dbProviderName belongs.
dbProviderName
The connection logical provider name
The DataAccessMapping object that matches the dbProviderName.
This method will always return null (Nothing in VB). Developers should override this method to provide their default DataAccessMapping for the provider.
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