Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

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

Syntax

...

Code Block
languagevb
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

...