Using VS2010 and .NET 4 what exactly does the ADO.NET EF wizard update when you right click in the EF model and select Update from database because I have a feeling that very little.
For instance, making a column optional (null values allowed) in SQL Server Management (a value that was previously not nullable) and updating the model in VS, does not change that entity property to Nullable = true. It remains false. That's just one example but I think there's more, like column lengths changes etc.