You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project has some VIEWs that should be treated as normal entities, however SQL Server does not support setting explicit primary-keys on views nor setting-up foreign-key relationships between views and tables or views and other views.
This T4 script could be modified to allow for explicit manual configuring of Views' primary-keys, as well as the manual definition of relationships between views and tables.
The text was updated successfully, but these errors were encountered:
My project has some
VIEW
s that should be treated as normal entities, however SQL Server does not support setting explicit primary-keys on views nor setting-up foreign-key relationships between views and tables or views and other views.This T4 script could be modified to allow for explicit manual configuring of Views' primary-keys, as well as the manual definition of relationships between views and tables.
The text was updated successfully, but these errors were encountered: