Get Entity target from entity

Posts   
 
    
yowl
User
Posts: 266
Joined: 11-Feb-2008
# Posted on: 03-Aug-2018 01:33:44   

Hi,

With Adapter & v5.2 is there any way to get from an instance of an IEntity2, or EntityBase2 to the target, i.e. the backing table name as it appears in the designer Entity Field Mappings tab?

I want to right a test that traverses my entities and depending on the backing table name (exclude all my reference tables which follow a naming convention of REF_) perform some logic. Maybe there's a way to get it in the entity using a template but I dont see any TDL token for it.

Thanks,

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 03-Aug-2018 09:24:11   
David Elizondo | LLBLGen Support Team
yowl
User
Posts: 266
Joined: 11-Feb-2008
# Posted on: 03-Aug-2018 21:01:41   

Thanks, that its.