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