Dapper.Contrib
Dapper.Contrib copied to clipboard
Escape id column name in Get, GetAsync
Get\GetAsync do not work correctly with SQL Server when the Id column is a reserved keyword (e.g. "Key") marked with the ExplicitKeyAttribute.
Use the adapter specific column name escaping to resolve the issue.
resolves #150