/// <summary> /// Deprecated Method for adding a new object to the ProductValues EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToProductValues(ProductValue productValue) { base.AddObject("ProductValues", productValue); }
/// <summary> /// Create a new ProductValue object. /// </summary> /// <param name="productValueID">Initial value of the ProductValueID property.</param> public static ProductValue CreateProductValue(global::System.String productValueID) { ProductValue productValue = new ProductValue(); productValue.ProductValueID = productValueID; return productValue; }