Returns the default 
Leadtools.Medical.DataAccessLayer.Catalog.ICatalog that is used for mapping matching parameters into database tables/columns.
            
            
            
            
            protected virtual ICatalog CreateDefaultCatalog()
             
        
            
            'Declaration
 
Protected Overridable Function CreateDefaultCatalog() As ICatalog
             
        
            
            'Usage
 
Dim instance As StorageDbDataAccessAgent
Dim value As ICatalog
 
value = instance.CreateDefaultCatalog()
             
        
            
        
            
        
            
            protected:
virtual ICatalog^ CreateDefaultCatalog(); 
             
        
             
        
            
            
            Return Value
The default 
Leadtools.Medical.DataAccessLayer.Catalog.ICatalog that is used for mapping matching parameters into database tables/columns.