Example #1
0
 public static void Load_PricePerTypeList()
 {
     DAT_DomainContext context = new DAT_DomainContext();
     LoadOperation<PricePerDatePerType> theLoadOperation = context.Load<PricePerDatePerType>(context.Get_PriceList_PerTypeQuery(), PricePerTypeList_Loaded, null);
 }