Error processing SSI file
LEADTOOLS Medical External Store DataAccessLayer (Leadtools.Medical.ExternalStore.DataAccessLayer assembly)

Show in webframe

GetDefaultMapping Method






The connection name for which the dbProviderName belongs.
The connection logical provider name.
Gets the default Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping for the connection provider.
Syntax
protected override DataAccessMapping GetDefaultMapping( 
   string name,
   string dbProviderName
)
'Declaration
 
Protected Overrides Function GetDefaultMapping( _
   ByVal name As String, _
   ByVal dbProviderName As String _
) As DataAccessMapping
'Usage
 
Dim instance As ExternalStoreDataAccessConfigurationView
Dim name As String
Dim dbProviderName As String
Dim value As DataAccessMapping
 
value = instance.GetDefaultMapping(name, dbProviderName)

            

            
protected:
DataAccessMapping^ GetDefaultMapping( 
   String^ name,
   String^ dbProviderName
) override 

Parameters

name
The connection name for which the dbProviderName belongs.
dbProviderName
The connection logical provider name.

Return Value

A Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping object for the provided dbProviderName. It will return a null value if no mapping is found.
Remarks

This method 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.ExternalStore.DataAccessLayer.ExternalStoreSqlDataAccessAgent

For the dbProviderName = Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.DefaultSqlCe3_5ProviderName the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.DataAccessType will be of type Leadtools.Medical.ExternalStore.DataAccessLayer.ExternalStoreSqlCeDataAccessAgent

Requirements

Target Platforms

See Also

Reference

ExternalStoreDataAccessConfigurationView Class
ExternalStoreDataAccessConfigurationView Members

Error processing SSI file
Leadtools.Medical.ExternalStore.DataAccessLayer requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features