add complex custom properties in entity

Posts   
 
    
bunzee
User
Posts: 84
Joined: 20-Mar-2007
# Posted on: 08-Sep-2009 23:13:20   

llblgen 2.6 dotnet 3.5

From this thread, http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=8110 , I know how to add custom properties in the typedlist.

Questions: 1. Is the method mentioned in the above thread documented in the help file? 2. I want to do an equivalent thing for the entity (my entity is derived from a view in the database. The view has very complex query so I cannot use typedlist since typed list joint is very simple). How do I do this for entity? 3. Also, how do I add complex custom column in the TypedView (similar to what shown for TypedList in the link posted above).

Thanks

BZ

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 09-Sep-2009 07:20:24   

bunzee wrote:

  1. Is the method mentioned in the above thread documented in the help file?

No. But here is the how-to.

bunzee wrote:

  1. I want to do an equivalent thing for the entity (my entity is derived from a view in the database. The view has very complex query so I cannot use typedlist since typed list joint is very simple). How do I do this for entity?

Read this (Step 6)

bunzee wrote:

  1. Also, how do I add complex custom column in the TypedView (similar to what shown for TypedList in the link posted above).

It's a little bit different. Here you go (please read the Important note at the end).

David Elizondo | LLBLGen Support Team