stevensrf11

Results 8 comments of stevensrf11

Does EF version 3.8.4 tt script have the ability to have each poco entity class create be able to be derived from a custom interface?

That example made no sense to me. I want each poco entity class to derive IDLEntity.   How would I modify the tt script to do this Sent: Friday, November 10,...

I understand this from a former post Func WritePocoBaseClasses = t => { if (t.NameHumanCase== "Contact" || t.NameHumanCase== "Customer") { var r = new BaseClassMaker("BaseClass"); return r.ToString(); } }   But...

Ok I got it. I see all I have to do is set table.BaseClasses equal to a class that derives from the interface. Thanks Steven     Sent: Friday, November 10, 2023...

Thank you > Sent: Friday, November 10, 2023 at 7:31 PM > From: "Simon Hughes" ***@***.***> > To: sjh37/EntityFramework-Reverse-POCO-Code-First-Generator ***@***.***> > Cc: stevensrf11 ***@***.***>, Mention ***@***.***> > Subject: Re: [sjh37/EntityFramework-Reverse-POCO-Code-First-Generator]...

ran the code and the code is riddles with exception that are not even database related

Sure Well nothing usually ever works for me. It seems those text files are a problem, not sure why Rebuild started... 1>------ Rebuild All started: Project: Gu.Wpf.Adorners, Configuration: Debug Any...

Probably never. You know Microsoft break it and forget about it