Example #1
0
 public DalRis.AprControlNiñoSanoConsultorioCollection AprControlNiñoSanoConsultorioRecords()
 {
     if (colAprControlNiñoSanoConsultorioRecords == null)
     {
         colAprControlNiñoSanoConsultorioRecords              = new DalRis.AprControlNiñoSanoConsultorioCollection().Where(AprControlNiñoSanoConsultorio.Columns.IdTipoLactancia, IdTipoLactancia).Load();
         colAprControlNiñoSanoConsultorioRecords.ListChanged += new ListChangedEventHandler(colAprControlNiñoSanoConsultorioRecords_ListChanged);
     }
     return(colAprControlNiñoSanoConsultorioRecords);
 }