DB view inherit relations from underlying table?

Posts   
 
    
Republican
User
Posts: 1
Joined: 16-Mar-2006
# Posted on: 16-Mar-2006 23:41:57   

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

bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 17-Mar-2006 03:49:58   

It does not inherit them automatically. You should be able to recreate all of them using the designer. Are there other fields in this view from other tables? If not then why do you use the view?