You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to risee...@googlegroups.com
Hi, I've tried from both inside RISE Editor and Visual Studio and the sqlserver code generator is working but the c# is not. It's not giving any errors, just not producing any results. How am I supposed to connect the RISE code generator with the ODBC?
Håkan Olsen
unread,
Nov 14, 2014, 2:51:12 AM11/14/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to risee...@googlegroups.com, darkh...@gmail.com
Hi,
The database code generators generate code based on the entities and views in your model. The application layer generators, such as the c# code generator, generate code based on the interfaces in your model. What you need to do is to add one or more interfaces to your model and define which methods to generate.