Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Creates a DBSchema with the given data. PARAMETERS: Name (String), Authorization (String), Description (String).

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal Name As Variant, _
   ByVal Authorization As Variant, _
   ByVal Description As Variant _
) As DBSchema

Parameters

  • Name
  • Authorization
  • Description


Info
titleSee Also