inserted/updated fields

Posts   
 
    
costab
User
Posts: 36
Joined: 21-Aug-2010
# Posted on: 20-Apr-2011 07:11:48   

I am using nhibernate as the target framework.

For a given field, is there a way to specify in the ui that the fields has to be updated only or inserted only?

Thanks

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39908
Joined: 17-Aug-2003
# Posted on: 20-Apr-2011 09:59:22   

No, that setting isn't available. In general this isn't needed, as fields either are always updated/inserted or never: it's very uncommon to have a field be update only but not insert.

Could you elaborate on the situation you need this?

Frans Bouma | Lead developer LLBLGen Pro
costab
User
Posts: 36
Joined: 21-Aug-2010
# Posted on: 20-Apr-2011 23:54:35   

I've seen the flags in visual nhibernate and I was wondering about it.

I don't have a scenario off the top of my head.