Exemple #1
0
 public DalRis.AutVehiculoPmpCollection AutVehiculoPmpRecords()
 {
     if (colAutVehiculoPmpRecords == null)
     {
         colAutVehiculoPmpRecords              = new DalRis.AutVehiculoPmpCollection().Where(AutVehiculoPmp.Columns.IdPMP, IdPMP).Load();
         colAutVehiculoPmpRecords.ListChanged += new ListChangedEventHandler(colAutVehiculoPmpRecords_ListChanged);
     }
     return(colAutVehiculoPmpRecords);
 }