Page History
...
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 | ||
---|---|---|
| ||
Public Function Add( _ ByVal ColumnName As Variant, _ ByVal IndexName As Variant _ ) As Index |
...