I am developing an API with Visual Studio 2013 c#.
I'm going to use StoredProcedure to select the data in the table.
I don't know how to get the retrieved data with C# code.
I am using ObjectParameter, but I am getting the error System.InvalidOperationException: The type parameter 'System.String' in ExecuteFunction is incompatible~
I tried to find the error and fix the code, but there was nothing wrong.
So, I think I'm using ObjectParameter incorrectly, so
I would like to know how to use ObjectParameter in code.
Also, is it possible to bring the results selected in the procedure as a list?
For example, a person whose name starts with "ka" and is over 160 tall has been searched for more than 10 masterpieces.
How do I get this result?
By the way, I use Mysql.
c# mysql visual-studio entity-framework
See how to run queries using the IN and OUT parameters and stored procedures.
Of course, it is possible to have multiple parameters.
833 Error in x, y, and format string must not be None
1338 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
796 GDB gets version error when attempting to debug with the Presense SDK (IDE)
915 Uncaught (inpromise) Error on Electron: An object could not be cloned
845 M2 Mac fails to install rbenv install 3.1.3 due to errors
© 2025 OneMinuteCode. All rights reserved.