You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Creates a new model with the given name and database type, and then returns the new model to the caller. PARAMETERS: Name (String), DatabaseType_ID (Integer).

Syntax

Public Function Add( _
   ByVal Name As Variant, _
   ByVal DatabaseType_ID As Variant _
) As Model

Parameters

  • Name
  • DatabaseType_ID




  • No labels