I am using the LLBLGen Pro Ver 2.6 Final.
Need to know if it possible to add a custom field for an entity that will store the count of records (DBCount) for another entity that is no way related to the entity.
For Example, I have entity A and entity B both mapped to database tables but do not have any relationships defined between them. I want to add a field to entity A that will give me the count of the entity B collection. i.e. number of records in the table mapped to entity B.
How can I implement this?
Thanks.