In SQL one could pass a complex where clause as a string like some date calculation, this even at runtime. For example, letting a (poweruser) user define the where clause which can contains custom predefined functions like date functions.
How to do the same thing in pure C# when filtering a datatable ?