Generate POCO classes from right click on tables
It would be handy if LINQPad could assist in quickly generate POCO classes for a table
14
votes
Bo Soegaard
shared this idea
-
James Curran commented
While the code cited by Anonymous at necronet is useful and would be a nice starting off point, it can't match the utility of a native feature.
Basically, the internal data structures have much information needed to code-generate these classes which is not available via MyExtensions.
Things like the primary Key, the foreign keys, field lengths etc.
As a built-in feature, it could also be put of the Database explorer right-click context menu.
-
Anonymous commented