DapperLib/Dapper.Contrib

In the Dapper.Contrib,I use the 'Insert'Method,It will return a '0'.

Opened this issue · 0 comments

I read source code,foun that the Inser method use the 'SCOPE_IDENTITY' to select inffect record.but my Identity type is GUID.So ,It will return '0' to me.