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?