Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_Education EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Education(VC_Education vC_Education)
 {
     base.AddObject("VC_Education", vC_Education);
 }
Пример #2
0
 /// <summary>
 /// Create a new VC_Education object.
 /// </summary>
 /// <param name="education_Id">Initial value of the Education_Id property.</param>
 /// <param name="school_Id">Initial value of the School_Id property.</param>
 /// <param name="user_Id">Initial value of the User_Id property.</param>
 /// <param name="college_Id">Initial value of the College_Id property.</param>
 /// <param name="created_TS">Initial value of the Created_TS property.</param>
 /// <param name="updated_TS">Initial value of the Updated_TS property.</param>
 public static VC_Education CreateVC_Education(global::System.Int32 education_Id, global::System.Int32 school_Id, global::System.Int32 user_Id, global::System.Int32 college_Id, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_Education vC_Education = new VC_Education();
     vC_Education.Education_Id = education_Id;
     vC_Education.School_Id = school_Id;
     vC_Education.User_Id = user_Id;
     vC_Education.College_Id = college_Id;
     vC_Education.Created_TS = created_TS;
     vC_Education.Updated_TS = updated_TS;
     return vC_Education;
 }