/// <summary> /// Create a new Branch_Product object. /// </summary> /// <param name="branchID">Initial value of the BranchID property.</param> /// <param name="productID">Initial value of the ProductID property.</param> public static Branch_Product CreateBranch_Product(global::System.String branchID, global::System.Int32 productID) { Branch_Product branch_Product = new Branch_Product(); branch_Product.BranchID = branchID; branch_Product.ProductID = productID; return branch_Product; }
/// <summary> /// Deprecated Method for adding a new object to the Branch_Product EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBranch_Product(Branch_Product branch_Product) { base.AddObject("Branch_Product", branch_Product); }