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