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