/// <summary> /// Create a new Tbl_Item object. /// </summary> /// <param name="itemID">Initial value of the ItemID property.</param> public static Tbl_Item CreateTbl_Item(global::System.Int32 itemID) { Tbl_Item tbl_Item = new Tbl_Item(); tbl_Item.ItemID = itemID; return(tbl_Item); }
/// <summary> /// Deprecated Method for adding a new object to the Tbl_Items EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTbl_Items(Tbl_Item tbl_Item) { base.AddObject("Tbl_Items", tbl_Item); }