/// <summary> /// Deprecated Method for adding a new object to the ProductBranches EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToProductBranches(ProductBranch productBranch) { base.AddObject("ProductBranches", productBranch); }
/// <summary> /// Create a new ProductBranch object. /// </summary> /// <param name="productBranchID">Initial value of the ProductBranchID property.</param> public static ProductBranch CreateProductBranch(global::System.String productBranchID) { ProductBranch productBranch = new ProductBranch(); productBranch.ProductBranchID = productBranchID; return productBranch; }