Quantcast
Channel: EntityFramework Reverse POCO Code First Generator
Viewing all articles
Browse latest Browse all 1642

Commented Unassigned: Adding classes for views [88]

$
0
0
Would it be possible to generate classes for SQL Server views and (optionally) table-valued functions?

It would be nice to be able to specify list of views to generate POCO classes for. These views may be based on several tables and use SQL Server scalar functions.

BTW, are you aware of some extra "script like" content on this page https://visualstudiogallery.msdn.microsoft.com/ee4fcff9-0c4c-4179-afd9-7a2fb90f5838 ?
Comments: Do you know which version implements it? Also, what about table valued functions? I guess all my complex workaround was not necessary then? Also, what if we only want to generate some views, not all of them (we currently have only a few in dbo schema, but lots in another schema and I don't know we want them for this application).

Viewing all articles
Browse latest Browse all 1642

Trending Articles