Hey all,
I've pointed LLBLGen to my Database, told it to only read 5 tables for a small test, no stored procs or views, just tables.
I compiled the "DatabaseSpecific" project in the output code, and then added references to the three DLL's into my Web Application, after which I added the following code to my Default.aspx.cs file:
using VVM_DAL;
using VVM_DAL.DatabaseSpecific;
using SD.LLBLGen.Pro.ORMSupportClasses;
I now have no clue how to reference my tables, could somebody help me out please? One of the tables was named "vmm_Vehicle".
I am using:
LLBLGen Pro Version 2.6 Final (June 6th, 200
- Evaluation Copy
Once I have come to grips on the usage of VMM, I'm pretty sure I'll end up buying a license, so all help is appreciated!
Regards,
Justin