Sorry knew I didn't have enough sleep lastnight was just missing dynamic-update="true"... :\
Cheers On Sep 30, 1:30 pm, codemonkey <[EMAIL PROTECTED]> wrote: > Just do add I am doing something like this: > > var admin = (Administrator)this.session.Load<User>(1); > > admin.Username = "[EMAIL PROTECTED]"; > admin.FirstName = "Bob"; > > // update > this.session.Update(admin); > > On Sep 30, 1:24 pm, codemonkey <[EMAIL PROTECTED]> wrote: > > > Quick question might be a bit silly, my update is updating all columns > > even though I am changing only one, is there anything special needed > > so that it will issue updates on my dirty columns only? > > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
