Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.26
|
Leadtools.Medical.Storage.DataAccessLayer.Configuration Namespace > StorageDataAccessConfigurationView Class : GetDefaultMapping Method |
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 StorageDataAccessConfigurationView 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
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.Storage.DataAccessLayer.StorageSqlDbDataAccessAgent and the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.CatalogType will be of type Leadtools.Medical.Storage.DataAccessLayer.StorageCatalog
For the dbProviderName = Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.DefaultSqlCe3_5ProviderName the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.DataAccessType will be of type Leadtools.Medical.Storage.DataAccessLayer.StorageSqlCeDataAccessAgent and the Leadtools.Medical.DataAccessLayer.Configuration.DataAccessMapping.CatalogType will be of type Leadtools.Medical.Storage.DataAccessLayer.StorageCatalog