I'm learning EF DB first, I have updated one table column and I found a solution from the official document to refresh the model.
Right-click anywhere on the design surface, and select Update Model from Database.
Is there a way to do this programmatically.