←Select platform

CreateDefaultCatalog Method

Summary

Returns the default ICatalog that is used for mapping matching parameters into database tables/columns.

Syntax
C#
VB
C++
protected virtual ICatalog CreateDefaultCatalog() 
Protected Overridable Function CreateDefaultCatalog() As ICatalog 
protected:  
   virtual ICatalog^ CreateDefaultCatalog() 

Return Value

The default ICatalog that is used for mapping matching parameters into database tables/columns.

Remarks

The default ICatalog returned by this method is of type StorageCatalog.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly