6 hours ago, somnath2107 wrote
var variable = Expression.Parameter(typeof(string),"foo");I cant use like this because value "foo" should be taken from collection at the runtime
Expression ExprLeft =Expression.Property(variable, oFC.Field);
Can we apply DateTime.Parse to above expression ?
Sorry I am swamped in the middle of a death march. I suggest you ask the rest of your questions on Stackoverflow.com, as you're bound to get more/better answers.
Good luck,
Richard