You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

Syntax

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

Parameters

  • ColumnName
  • IndexName


  • No labels