I have added this store procedure through phpmyadmin:
CREATE DEFINER=`root`@`localhost` PROCEDURE `SelectUser`()
LANGUAGE SQL
NOT DETERMINISTIC
NO SQL
SQL SECURITY DEFINER
COMMENT ''
Select * from User
In my edmx but when create a complex type and do the Get column information that gives
The store procedure returns no columns
try add
SET FMTONLY OFF
in your sql statement
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With