How does LLBLGen handle views with InsteadOf triggers?

Posts   
 
    
mario.muja avatar
mario.muja
User
Posts: 37
Joined: 03-May-2005
# Posted on: 31-Oct-2006 16:56:26   

How does LLBLGen handle views with InsteadOf triggers?

For example, if I have an InsteadOf trigger on a view, that allows to change columns in the view, that would otherwise not be updateable, does LLBLGen recognize that these columns are updateable or would I get an entity object with a read-only property for such a column?

Jessynoo avatar
Jessynoo
Support Team
Posts: 296
Joined: 19-Aug-2004
# Posted on: 31-Oct-2006 19:13:25   

Hi,

the SQLServerSchemaRetriever does not account for triggers on catalog retrieval. What fields do you have in that situation? Maybe you'll have the expected behaviour by mapping an view to an entity in the designer.