asp.net C# : Get the name of property in delegate
I want to increase the maintainability by passing a delegate rather than a const string. What I’ve done is like this;
I want to increase the maintainability by passing a delegate rather than a const string. What I’ve done is like this;