コード例 #1
0
ファイル: DB.Designer.cs プロジェクト: ufjl0683/sshmc
 /// <summary>
 /// 建立新 tblHOST_Config 物件。
 /// </summary>
 /// <param name="hOST_ID">HOST_ID 屬性的初始值。</param>
 public static tblHOST_Config CreatetblHOST_Config(global::System.String hOST_ID)
 {
     tblHOST_Config tblHOST_Config = new tblHOST_Config();
     tblHOST_Config.HOST_ID = hOST_ID;
     return tblHOST_Config;
 }
コード例 #2
0
ファイル: DB.Designer.cs プロジェクト: ufjl0683/sshmc
 /// <summary>
 /// 將新物件加入 tblHOST_Config EntitySet 的方法已被取代。請考慮改為使用關聯的 ObjectSet&lt;T&gt; 屬性的 .Add 方法。
 /// </summary>
 public void AddTotblHOST_Config(tblHOST_Config tblHOST_Config)
 {
     base.AddObject("tblHOST_Config", tblHOST_Config);
 }