Description

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 (String), IndexName (String).

Syntax

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

Parameters

  • ColumnName
  • IndexName


  • No labels