Yes, it is possible to use any IList with objects as a datasource for Winforms controls. Don't expect anything fancy though. To take full advantage of Winforms databinding, you have to implement IBindingList and ITypedList. NHibernate collections don't implement this interface, so there is a little extra work to do.
BTW, this has nothing to do with which O/R mapper you choose. It's purely a matter of binding objects to Winforms controls, so NHibernate and WilsonORMapper are the same in this area.
_________________ Cuyahoga
|