Ask our Experts
Didn't find what you are looking for? Ask our experts!
Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!
Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.
Search in
Link copied. Please paste this link to share this article on your social media post.
Hi,
I pool a data with DataAdapter.ValueItems.FirstOrDefault(x => x.AlternateId == "xxxx") and the value is not refresh when i update the value with interface
If I execute DataAdapter.CreateDatabaseContext(); before DataAdapter.ValueItems.FirstOrDefault(x => x.AlternateId == "xxxx") then the value result is updated.
Didn't I understand something?
Thanks
Link copied. Please paste this link to share this article on your social media post.
Hi @2clode ,
It looks as though your processor code is long running, in that the DataAdapter is instantiated and then changes are made to your EWS server externally.
You did the right thing. If changes are made in the DataAdapter after it has been instantiated, you need to call the CreateDatabaseContext() to make sure you have the updated data in your DataAdapter.
Best Regards,
-Jeff
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.