I have a DB table Contractor that has FKs defined in SQL Server 2000. I created a view over this table ==> vwContractor.
When the entity is created for the view in LLBLGen, should the view inherit the relations from the Contractor table it is built on?
It doesnt appear to do it automatically. We can define some of them manually
Any help is appreciated