I need to implement an expression for a method like here:
var prop = Expression.Property(someItem, \"Name\"); var value = Expression.Constant(someConstant);
If you want to get your extension method worked you must do like this:
string str = "some string"; str.Like("second string");