Hi,
Is it possible to add a count field to an entity? I would like to add an OrderCount to the customer entity (a customer can have many orders).
I am using the adapter scenario.
I don't want to resort to a custom view.
Thanks, Tommy
Not in v1.0.2005.1. This feature is possible in v2 which is currently in beta, see for an example here: http://weblogs.asp.net/fbouma/archive/2006/06/09/LLBLGen-Pro-v2.0-with-ASP.NET-2.0.aspx
Otis wrote: Not in v1.0.2005.1. This feature is possible in v2 which is currently in beta, see for an example here: http://weblogs.asp.net/fbouma/archive/2006/06/09/LLBLGen-Pro-v2.0-with-ASP.NET-2.0.aspx
Otis wrote:
Great, I'll try v2 beta then. Thanks