On Jul 22, 2009, at 1:01 PM, Juan Toro Marty wrote:
Perfiles perfil = this.getPerfil(objid);//with this i retrieve an object Perfil. then... perfil.setName = name; perfil.setAge = age; ....etc... this.datacontext.commitChanges();
assuming 'perfil' is created in the same 'datacontext' as 'this.datacontext', this looks about right.
Andrus
