/// <summary> /// Deprecated Method for adding a new object to the VC_Skill_Category EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVC_Skill_Category(VC_Skill_Category vC_Skill_Category) { base.AddObject("VC_Skill_Category", vC_Skill_Category); }
/// <summary> /// Create a new VC_Skill_Category object. /// </summary> /// <param name="skill_Category_Id">Initial value of the Skill_Category_Id property.</param> /// <param name="skill_Category_Name">Initial value of the Skill_Category_Name 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_Skill_Category CreateVC_Skill_Category(global::System.Int32 skill_Category_Id, global::System.String skill_Category_Name, global::System.DateTime created_TS, global::System.DateTime updated_TS) { VC_Skill_Category vC_Skill_Category = new VC_Skill_Category(); vC_Skill_Category.Skill_Category_Id = skill_Category_Id; vC_Skill_Category.Skill_Category_Name = skill_Category_Name; vC_Skill_Category.Created_TS = created_TS; vC_Skill_Category.Updated_TS = updated_TS; return vC_Skill_Category; }