Posts by user18098 • 53 points
1 post
-
5
votes1
answer340
viewsQ: What is the correct way to declare a chain of methods and prevent the same method from being used outside the scope?
In my last questions I was creating some methods to automate some queries. It’s legal, but now I need to control access to methods by specifying a sequence. When using the method Select(), i cannot…