Versions Compared

Key

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

...

Create an Index and return it to the caller. ColumnName by Model: Logical - = LogicalRoleName if it exist/AttributeName; Physical - = RoleName if it exist/ColumnName. PARAMETERS: ColumnName as (String), IndexName as (String).

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal ColumnName As Variant, _
   ByVal IndexName As Variant _
) As Index

...