C# Expressions to String
I am trying to make an architecture using Dapper in which I am trying to give basic functionality of having Crud by default on each Tables, Just like Entity Framework does. For more complex operations on table as usual everyone will use SP. But while giving basic crud functionality I am facing problem when converting my expression to its proper formatted string.