EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard
Add Entry API to EFCore3 Template
I've added the following to the ...v3.ttinclude file to surface the Entry member of the DBContext:
EntityEntry<TEntity> Entry<TEntity>(TEntity entity) where TEntity : class;{{#newline}}
EntityEntry Entry(object entity);{{#newline}}
For me this was on line 16368 of the ttinclude file.
Could you add this to the template please?
Hi @quooston
Thanks.
What version was this on? I'd like to match up the line numbers exactly. Better still, email me your updated v3.ttinclude file to [email protected]