sjh37 / EntityFramework-Reverse-POCO-Code-First-Generator

EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
https://www.reversepoco.co.uk/
Other
700 stars 230 forks source link

Add "IsSynonym" property to Table class #819

Closed grantparker77 closed 7 months ago

grantparker77 commented 7 months ago

Please add a IsSynonym property to the Table class in EF.Reverse.POCO.v3.ttinclude. We need to know if the object is a table, view, or synonym. It does not appear there is any way to know if the object is a synonym or not.

sjh37 commented 7 months ago

This will be in the next release.

sjh37 commented 6 months ago

p.s. If you want the code now, grab the latest .ttinclude file and copy over your existing file in your project. EF.Reverse.POCO.v3.ttinclude

grantparker77 commented 6 months ago

Thank you!