Versions Compared

Key

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

Description

Creates a new domain with the given names, adds it to the data dictionary, and then returns the new object to the caller. PARAMETERS: Name (String), ColumnName (String).

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal Name As Variant, _
   ByVal ColumnName As Variant _
) As Domain

Parameters

  • Name
  • ColumnName


Info
titleSee Also