Closed josecamachovaca closed 1 year ago
Hello @josecamachovaca ,
Effort
is a NoSQL non-relational provider. So it doesn't accept any SQL but allow to use LINQ.
So this error is expected as you currently try to use it as a SQL database.
It supports stored procedure but not the way you would probably want to use it: https://nmemory.net/stored-procedures
Best Regards,
Jon
Here is what to include in your request to make sure we implement a solution as quickly as possible.
1. Description
Tried to use ExecuteSqlCommand with a simple sql update query using 1 parameter but its not accepted. the parameter is a SqlDbType.Structured
2. Exception
System.ArgumentException: The provided parameter object is incompatible
3. Fiddle or Project
If you are able,
Provide a Fiddle that reproduce the issue: https://dotnetfiddle.net/25Vjsn
Or provide a project/solution that we can run to reproduce the issue.
Otherwise, make sure to include as much information as possible to help our team to reproduce the issue.
4. Any further technical details
Add any relevant detail can help us.