Description

Name of the table in a physical model. DATATYPE: String.

Property Type

  • Read-write property

Syntax

Public Property TableName() As Variant

Example

Dim MyEntity As Entity
Dim TblName As String = "Overdue"

MyEntity.TableName = TblName
  • No labels