コード例 #1
0
ファイル: db.Designer.cs プロジェクト: ferrywlto/Rec-System
 /// <summary>
 /// Deprecated Method for adding a new object to the recsys_job_template EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorecsys_job_template(recsys_job_template recsys_job_template)
 {
     base.AddObject("recsys_job_template", recsys_job_template);
 }
コード例 #2
0
ファイル: db.Designer.cs プロジェクト: ferrywlto/Rec-System
 /// <summary>
 /// Create a new recsys_job_template object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static recsys_job_template Createrecsys_job_template(global::System.Int32 id)
 {
     recsys_job_template recsys_job_template = new recsys_job_template();
     recsys_job_template.id = id;
     return recsys_job_template;
 }