/// <summary>
 /// 將新物件加入 tblPowerMeter1HourLog EntitySet 的方法已被取代。請考慮改為使用關聯的 ObjectSet&lt;T&gt; 屬性的 .Add 方法。
 /// </summary>
 public void AddTotblPowerMeter1HourLog(tblPowerMeter1HourLog tblPowerMeter1HourLog)
 {
     base.AddObject("tblPowerMeter1HourLog", tblPowerMeter1HourLog);
 }
 /// <summary>
 /// 建立新 tblPowerMeter1HourLog 物件。
 /// </summary>
 /// <param name="flowID">FlowID 屬性的初始值。</param>
 /// <param name="timestamp">Timestamp 屬性的初始值。</param>
 /// <param name="eRID">ERID 屬性的初始值。</param>
 public static tblPowerMeter1HourLog CreatetblPowerMeter1HourLog(global::System.Int64 flowID, global::System.DateTime timestamp, global::System.Int32 eRID)
 {
     tblPowerMeter1HourLog tblPowerMeter1HourLog = new tblPowerMeter1HourLog();
     tblPowerMeter1HourLog.FlowID = flowID;
     tblPowerMeter1HourLog.Timestamp = timestamp;
     tblPowerMeter1HourLog.ERID = eRID;
     return tblPowerMeter1HourLog;
 }