Hi,
In the script method procedure OnColumnGenerated(Args: TColumnGeneratedArgs);, is there a way to get the table/entity name for the column being generated?
Hi,
In the script method procedure OnColumnGenerated(Args: TColumnGeneratedArgs);, is there a way to get the table/entity name for the column being generated?
For the table use Args.DBField.OwnerTable.TableName.
For entity name use Args.CodeType.Name.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.