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
I'm not entirely sure what you are saying. Can you try clarifying it a bit?
Are you wanting to to take a string expression and evaluate it at runtime in C#? If so the answer is no. C# does not support such types of dynamic evaluation.