Thanks!. This is very, very interesting. Is anything similar available on the insertion side? I.e. can I take control of writes/updates ? Probably similar to Dapper's extensions. I would love a strictly unopinionated insertion feature
Something that lets me write a SQL insert statement with parameters, then provide an object (POCO) so that the fields of the object are mapped to the parameters of the insert statement when I execute the statement.
Comments