Example #1
0
 public static void Load_PriceList()
 {
     DAT_DomainContext context = new DAT_DomainContext();
     LoadOperation<PricePerDate> loadOp = context.Load<PricePerDate>(context.Get_PriceListQuery(), PriceList_Loaded, null);
 }