/// <summary> /// Create a new tblTechnology object. /// </summary> /// <param name="techID">Initial value of the TechID property.</param> /// <param name="techName">Initial value of the TechName property.</param> public static tblTechnology CreatetblTechnology(global::System.Int32 techID, global::System.String techName) { tblTechnology tblTechnology = new tblTechnology(); tblTechnology.TechID = techID; tblTechnology.TechName = techName; return tblTechnology; }
/// <summary> /// Deprecated Method for adding a new object to the tblTechnologies EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblTechnologies(tblTechnology tblTechnology) { base.AddObject("tblTechnologies", tblTechnology); }