I'm using ...Linq.Dynamic... to query a ...SQL Server... database....I have a date field named 'EnteredOn' which I need to convert to first second of that month (or year, minute etc)...I tried basically everything, but everything throws an error...Here ar...