-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insert<T> return non-int #144
Comments
I have this question too. Also the documentation seems wrong. The actual underlying implementation is using The InsertAsync() has the wrong documentation about its return type property.
|
You are right, the documentation seems wrong. To achieve the desired result, maybe there would have to be another implementation of Insert which takes a tuple, Insert<Type, ReturnValueType>, and then uses ExecuteScalarAsync. |
Will there ever be an overload of the Insert extension that can return an identity value that is not an integer?
The text was updated successfully, but these errors were encountered: