Beginner |
|
Joined: Tue Jun 06, 2006 4:47 am Posts: 25
|
Firstly; Let me say I'm very new to .Net 2.0 & NHibernate. Previously I have not yet created a database application using an OPF (been using plain dataset equivalent in Delphi) but this seems like the way to move forward.
I've succeded is brining data from one of my tables into a dataviewgrid, but I cannot figure out how or when to call for an update.
I'm simply assigning an IList of objects as my datasource.
Should I be using another type of interface to give me control of how and when I update my datatset ??
I think I'm struggling with the general concepts of tying NHibernate and a user interface together so any help in this direction would be appreciated.
Thanks in advance
|
|