←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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly