Yogendra Sahu

Yogendra Sahu

  • 1.1k
  • 586
  • 136k

Maria db stored procedure does not return the data in C#

Nov 28 2018 2:08 AM
While using entity framework layer generation for stored procedures in maria db, the columns of stored procedures are not available on calling from C# and the partial class generated does not contain any properties(as in screenshot)
 
 
 
When using complex type as return type, it shows EDM type not supported on function import mapping
 
 
 
Is there a way to fix this? I did a lot research but could not find appropriate solution.
One link says to modify edmx file for the properties manually.
https://stackoverflow.com/questions/34046527/mysql-ef-6-stored-procedure-import-function-edm-type-not-supported 
 
However, it too did not work.
Please help me out on this urgent issue asap 

Answers (2)