2
I am learning Code-Fist and I came across the following situation: I am using the AutomaticMigrationsEnabled = true
for the database to be synchronized with the classes.
But the changes I make in the class update in the database only when I save information from that class.
Is there any way to update the data flock, without passing class to class?