martinrybak / SQLClient

Native Microsoft SQL Server client for iOS
http://objcsharp.wordpress.com/2013/10/15/an-open-source-sql-server-library-for-ios/
MIT License
125 stars 51 forks source link

Get inserted key value #44

Closed pkasson closed 7 years ago

pkasson commented 7 years ago

I don't see how to retrieve the key when a table has a generated key.

martinrybak commented 7 years ago

Do you mean your column names are dynamically generated?