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

Compare with Current View Page History

Version 1 Next »

Description

Creates a nested object (applicable to Google BigQuery models only) with the given name for the given table name. PARAMETERS: Identifier as String.

Syntax

Visual Basic

MyModel.Entities.AddNestedObject(5,8)
For Each MyEntity In MyModel.Entities
   nestedObjectName = MyEntity.EntityName
   If MyEntity.EntityName = tableName Then

      Debug.Print "entity name is [" + MyEntity.EntityName + "]:"


   End If

Next MyEntity
MyModel.Relationships.Add(tableName,nestedObjectName,8)

Parameters

nestedObjectName
tableName

See Also

Entities Collection

  • No labels