Exemplo n.º 1
0
 /// <summary>
 /// 將新物件加入 tblTC_Restore EntitySet 的方法已被取代。請考慮改為使用關聯的 ObjectSet&lt;T&gt; 屬性的 .Add 方法。
 /// </summary>
 public void AddTotblTC_Restore(tblTC_Restore tblTC_Restore)
 {
     base.AddObject("tblTC_Restore", tblTC_Restore);
 }
Exemplo n.º 2
0
 /// <summary>
 /// 建立新 tblTC_Restore 物件。
 /// </summary>
 /// <param name="cONTROLLER_ID">CONTROLLER_ID 屬性的初始值。</param>
 /// <param name="tIMESTAMP">TIMESTAMP 屬性的初始值。</param>
 /// <param name="iSFINSH">ISFINSH 屬性的初始值。</param>
 public static tblTC_Restore CreatetblTC_Restore(global::System.Int32 cONTROLLER_ID, global::System.DateTime tIMESTAMP, global::System.String iSFINSH)
 {
     tblTC_Restore tblTC_Restore = new tblTC_Restore();
     tblTC_Restore.CONTROLLER_ID = cONTROLLER_ID;
     tblTC_Restore.TIMESTAMP = tIMESTAMP;
     tblTC_Restore.ISFINSH = iSFINSH;
     return tblTC_Restore;
 }