I am learning NetTiers for my next project.
The problem is this: Each table in my schema has an AccountId field. With every DAL request, I want this request to be transferred and used as a filter in the AccountId request.
It would be acceptable if an additional overload was created that used this parameter.
I suspect that this feature is not built, so can anyone offer any advice on where to start by changing the templates to add it?
source
share