Is it possible to evaluate the following in C# at runtime
I have a class that contains 3 properties (Field,Operator,Value)
Field
Operator
Value
No, C# doesn't support anything like this directly.
The closest options are: