コード例 #1
0
ファイル: ReportManager.cs プロジェクト: pande88/votchina
 public static void InsertStopEvent(int rschId,int m, int evt, string d, string wh)
 {
     StopEvents se = new StopEvents()
         {
             dest = d,
             module = m,
             @event = evt,
             who = wh,
             rschId = rschId
         };
     var db = new SandBoxDataContext();
     db.StopEvents.InsertOnSubmit(se);
     db.SubmitChanges();
 }
コード例 #2
0
ファイル: SandBox.designer.cs プロジェクト: alexkasp/monitor
 partial void UpdateStopEvents(StopEvents instance);
コード例 #3
0
ファイル: SandBox.designer.cs プロジェクト: alexkasp/monitor
 partial void DeleteStopEvents(StopEvents instance);
コード例 #4
0
ファイル: SandBox.designer.cs プロジェクト: alexkasp/monitor
 partial void InsertStopEvents(StopEvents instance);