klincecum
(Kevin Lincecum)
6
Btw, I’m hoping to get back to it this week, but that was pulled by one of my new tools… which I am freaking loving.
I just added this to a function and ran it…
string bpdn = "bpdirectivesample";
Konsole.DumpAsFileTextWithName(Db.BpDirective.Where(x => x.Name == bpdn).FirstOrDefault().Body, bpdn + ".xml", false);
1 Like