示例#1
0
 /// <summary>
 /// 用于向 Job_Intention_College EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddToJob_Intention_College(Job_Intention_College job_Intention_College)
 {
     base.AddObject("Job_Intention_College", job_Intention_College);
 }
示例#2
0
 /// <summary>
 /// 创建新的 Job_Intention_College 对象。
 /// </summary>
 /// <param name="id">ID 属性的初始值。</param>
 public static Job_Intention_College CreateJob_Intention_College(global::System.Int32 id)
 {
     Job_Intention_College job_Intention_College = new Job_Intention_College();
     job_Intention_College.ID = id;
     return job_Intention_College;
 }