meine Sys/Db admin & Developper Notitzen - wer Rechtschreibfehler findet darf sie behalten ...
my Sys/Db Admin and developper notes - I don't care about typos
Monday, May 07, 2018
Getting __MigrationHistory Table
HistoryContext hc = new HistoryContext(myContext.Database.Connection,"dbo");
var migrations = hc.History.ToList();
No comments:
Post a Comment