Accessing mapping meta data

Posts   
 
    
jimph
User
Posts: 63
Joined: 06-Jun-2013
# Posted on: 02-Aug-2013 01:23:26   

Hello, Please help, I am trying to see if LLBLGen framework/API provides access to mapping meta, if so can you please point me to the documentation discussing this.

Many thanks, jp

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 02-Aug-2013 04:33:16   

Hi jp,

In SelfServicing it's available trough the entity objects. In adapter you can use the PersistenceInfos/FieldPersistenceInfos. Here is an example of how to get the TableName mapped given a field (model) on both Adapter and SelfServicing: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=20908&StartAtMessage=0&#117807

For more info, download the reference manual from the download area within the customer area at LLBLGen site.

David Elizondo | LLBLGen Support Team