Versions Compared

Key

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

...

Creates and returns a new DataLineageColumn, and then adds it to the collection. If IsKey is true, it will be a Primary Key. PARAMETERS: Name (String).

Syntax

Code Block
languagevb
Public Function Add(_
   ByVal Name As Variant, _
   ByVal IsKey As Variant _
) As DataLineageColumn

...