This is to see the config file npm config edit npm config set proxy http://proxy.company.com:8080 npm config set https-proxy http://proxy.company.com:8080 Set Proxy with username and password npm config set proxy "http://domain%5Cusername:password@servername:port/" - domain/user_name <--- replace / with %5C Check Cordova version npm --version
How to call Stored Procedure using Entity Framework? First you have to Add the SP to Entity Framework Model. But you cannot see the SP name under Complex Types or Function Model under Model Browser. It lies with your SP that using Temp table. If you are using Temp Table in your SP, you must add SET FMTONLY OFF; On top of the SP, and re-add the SP, the SP will be usable in Entity Framework.
Comments
Post a Comment