asp.net mvc - how to refresh the context in entity framework 7? -


how refresh context in entity framework 7 using asp.net 5. data stored procedure does't have result on time code load stored procedure

 private dbset<featurereport> dbfeaturereport { get; set; }  internal ienumerable<featurereport> getfeaturereport()     {                                 return dbfeaturereport.fromsql("exec [dbo].[featurereport]");     } 


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -