I want to refresh the ICollectionView object which has some product when a new product is added to database.
How can I achieve this in C#, I am using EntityFramework for DAL.
I want to refresh the ICollectionView object which has some product when a new product is added to database.
How can I achieve this in C#, I am using EntityFramework for DAL.