Comments
Sort by recent activity
Yes that did solve the error I quoted thanks, however the worked example has the command Update-Database -Script -Source $InitialDatabaseThat gives the error below.
<div>Update-Database : A parameter cannot be found that matches parameter name 'Script'.</div><div>At line:1 char:17</div><div>+ Update-Database -Script -Source $InitialDatabase</div><div>+ ~~~~~~~</div><div> + CategoryInfo : InvalidArgument: (:) [Update-Database], ParameterBindingExcep </div><div> tion</div><div> + FullyQualifiedErrorId : NamedParameterNotFound,Update-Database</div> It seems that the Update-Database command is different between EF6 and EF Core / comments
Yes that did solve the error I quoted thanks, however the worked example has the command Update-Database -Script -Source $InitialDatabaseThat gives the error below.
<div>Update-Database : A paramet...