Name of the table in a physical model. DATATYPE: String.
Public Property TableName() As Variant
Dim MyEntity As Entity Dim TblName As String = "Overdue" MyEntity.TableName = TblName