Exemplo n.º 1
0
 /// <summary>
 /// 建立新 vwReaderAbnormalPassLog 物件。
 /// </summary>
 /// <param name="flowID">FlowID 屬性的初始值。</param>
 /// <param name="eRName">ERName 屬性的初始值。</param>
 /// <param name="startTime">StartTime 屬性的初始值。</param>
 public static vwReaderAbnormalPassLog CreatevwReaderAbnormalPassLog(global::System.Int64 flowID, global::System.String eRName, global::System.DateTime startTime)
 {
     vwReaderAbnormalPassLog vwReaderAbnormalPassLog = new vwReaderAbnormalPassLog();
     vwReaderAbnormalPassLog.FlowID = flowID;
     vwReaderAbnormalPassLog.ERName = eRName;
     vwReaderAbnormalPassLog.StartTime = startTime;
     return vwReaderAbnormalPassLog;
 }
Exemplo n.º 2
0
 /// <summary>
 /// 將新物件加入 vwReaderAbnormalPassLog EntitySet 的方法已被取代。請考慮改為使用關聯的 ObjectSet&lt;T&gt; 屬性的 .Add 方法。
 /// </summary>
 public void AddTovwReaderAbnormalPassLog(vwReaderAbnormalPassLog vwReaderAbnormalPassLog)
 {
     base.AddObject("vwReaderAbnormalPassLog", vwReaderAbnormalPassLog);
 }