Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TechSkills EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTechSkills(TechSkill techSkill)
 {
     base.AddObject("TechSkills", techSkill);
 }
Пример #2
0
 /// <summary>
 /// Create a new TechSkill object.
 /// </summary>
 /// <param name="techSkillID">Initial value of the TechSkillID property.</param>
 /// <param name="empID">Initial value of the EmpID property.</param>
 public static TechSkill CreateTechSkill(global::System.Int32 techSkillID, global::System.Int32 empID)
 {
     TechSkill techSkill = new TechSkill();
     techSkill.TechSkillID = techSkillID;
     techSkill.EmpID = empID;
     return techSkill;
 }