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

Compare with Current View Page History

« Previous Version 2 Current »

Description

Google BigQuery Only Creates a nested object with the given name for the given table name. PARAMETERS: Identifier (String).

Syntax

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


  • No labels