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
See Also