Esempio n. 1
0
 public DalRis.SysParentescoCollection SysParentescoRecords()
 {
     if (colSysParentescoRecords == null)
     {
         colSysParentescoRecords              = new DalRis.SysParentescoCollection().Where(SysParentesco.Columns.IdPais, IdPais).Load();
         colSysParentescoRecords.ListChanged += new ListChangedEventHandler(colSysParentescoRecords_ListChanged);
     }
     return(colSysParentescoRecords);
 }