I am wondering how to convert this sql command using it with Entity Framework.
SELECT IDENT_CURRENT('tblKunde') + 1
Can someone help me with that?
I am wondering how to convert this sql command using it with Entity Framework.
SELECT IDENT_CURRENT('tblKunde') + 1
Can someone help me with that?