Answer the question
In order to leave comments, you need to log in
How to parse and get the desired values from Expression?
The essence of the question is as follows:
1. There is a method
void AddExpression<T>(Expression<Func<T, bool>> expression)
{
throw new NotImplementedException();
}
AddExpression(x => x.Property > 5);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question