Does ADO.NET Entity Data Model update with live data ?
NickName:MOSCODE Ask DateTime:2016-05-19T21:44:31

Does ADO.NET Entity Data Model update with live data ?

net-mvc website which will query an existing database on Azure (I have nothing to do with the database. I just have access to do read only queries.). I created an ADO.NET Entity Data Model connecting to a Sql Azure Database. This database will be updated everyday with new data. Does the ADO.NET Entity Data Model that i created update itself with live data or is it just a snapshot of the database at the time i created it?

Thanks first time connecting to Azure so not sure if what i'm doing is right.

Copyright Notice:Content Author:「MOSCODE」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/37325127/does-ado-net-entity-data-model-update-with-live-data

More about “Does ADO.NET Entity Data Model update with live data ?” related questions