/// <summary>
 /// Create a new bvc_OrderItem object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="orderID">Initial value of the OrderID property.</param>
 /// <param name="productID">Initial value of the ProductID property.</param>
 /// <param name="qty">Initial value of the Qty property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 /// <param name="originalBasePrice">Initial value of the OriginalBasePrice property.</param>
 /// <param name="sitePrice">Initial value of the SitePrice property.</param>
 /// <param name="adjustedSitePrice">Initial value of the AdjustedSitePrice property.</param>
 /// <param name="siteCost">Initial value of the SiteCost property.</param>
 /// <param name="taxExempt">Initial value of the TaxExempt property.</param>
 /// <param name="taxClass">Initial value of the TaxClass property.</param>
 /// <param name="nonShipping">Initial value of the NonShipping property.</param>
 /// <param name="shipSeparately">Initial value of the ShipSeparately property.</param>
 /// <param name="dropShipMode">Initial value of the DropShipMode property.</param>
 /// <param name="dropShipAddressID">Initial value of the DropShipAddressID property.</param>
 /// <param name="lineTotal">Initial value of the LineTotal property.</param>
 /// <param name="lineTaxTotal">Initial value of the LineTaxTotal property.</param>
 /// <param name="packageID">Initial value of the PackageID property.</param>
 /// <param name="statusCode">Initial value of the StatusCode property.</param>
 /// <param name="weight">Initial value of the Weight property.</param>
 /// <param name="length">Initial value of the Length property.</param>
 /// <param name="width">Initial value of the Width property.</param>
 /// <param name="height">Initial value of the Height property.</param>
 /// <param name="minimumQty">Initial value of the MinimumQty property.</param>
 /// <param name="displayDescription">Initial value of the DisplayDescription property.</param>
 /// <param name="imageURL">Initial value of the ImageURL property.</param>
 /// <param name="extraInformation">Initial value of the ExtraInformation property.</param>
 /// <param name="giftWrap">Initial value of the GiftWrap property.</param>
 /// <param name="giftWrapMessage">Initial value of the GiftWrapMessage property.</param>
 /// <param name="giftWrapAllowed">Initial value of the GiftWrapAllowed property.</param>
 /// <param name="inventoryKey">Initial value of the InventoryKey property.</param>
 /// <param name="shippingCost">Initial value of the ShippingCost property.</param>
 /// <param name="qtyShipped">Initial value of the QtyShipped property.</param>
 /// <param name="qtyReturned">Initial value of the QtyReturned property.</param>
 /// <param name="parentID">Initial value of the ParentID property.</param>
 public static bvc_OrderItem Createbvc_OrderItem(global::System.Int32 id, global::System.Int32 orderID, global::System.String productID, global::System.Int32 qty, global::System.String displayName, global::System.Double originalBasePrice, global::System.Double sitePrice, global::System.Double adjustedSitePrice, global::System.Double siteCost, global::System.Int32 taxExempt, global::System.Int32 taxClass, global::System.Int32 nonShipping, global::System.Int32 shipSeparately, global::System.Int32 dropShipMode, global::System.Int32 dropShipAddressID, global::System.Double lineTotal, global::System.Double lineTaxTotal, global::System.Int32 packageID, global::System.Int32 statusCode, global::System.Double weight, global::System.Double length, global::System.Double width, global::System.Double height, global::System.Int32 minimumQty, global::System.String displayDescription, global::System.String imageURL, global::System.String extraInformation, global::System.Int32 giftWrap, global::System.String giftWrapMessage, global::System.Int32 giftWrapAllowed, global::System.String inventoryKey, global::System.Double shippingCost, global::System.Int32 qtyShipped, global::System.Int32 qtyReturned, global::System.Int32 parentID)
 {
     bvc_OrderItem bvc_OrderItem = new bvc_OrderItem();
     bvc_OrderItem.ID = id;
     bvc_OrderItem.OrderID = orderID;
     bvc_OrderItem.ProductID = productID;
     bvc_OrderItem.Qty = qty;
     bvc_OrderItem.DisplayName = displayName;
     bvc_OrderItem.OriginalBasePrice = originalBasePrice;
     bvc_OrderItem.SitePrice = sitePrice;
     bvc_OrderItem.AdjustedSitePrice = adjustedSitePrice;
     bvc_OrderItem.SiteCost = siteCost;
     bvc_OrderItem.TaxExempt = taxExempt;
     bvc_OrderItem.TaxClass = taxClass;
     bvc_OrderItem.NonShipping = nonShipping;
     bvc_OrderItem.ShipSeparately = shipSeparately;
     bvc_OrderItem.DropShipMode = dropShipMode;
     bvc_OrderItem.DropShipAddressID = dropShipAddressID;
     bvc_OrderItem.LineTotal = lineTotal;
     bvc_OrderItem.LineTaxTotal = lineTaxTotal;
     bvc_OrderItem.PackageID = packageID;
     bvc_OrderItem.StatusCode = statusCode;
     bvc_OrderItem.Weight = weight;
     bvc_OrderItem.Length = length;
     bvc_OrderItem.Width = width;
     bvc_OrderItem.Height = height;
     bvc_OrderItem.MinimumQty = minimumQty;
     bvc_OrderItem.DisplayDescription = displayDescription;
     bvc_OrderItem.ImageURL = imageURL;
     bvc_OrderItem.ExtraInformation = extraInformation;
     bvc_OrderItem.GiftWrap = giftWrap;
     bvc_OrderItem.GiftWrapMessage = giftWrapMessage;
     bvc_OrderItem.GiftWrapAllowed = giftWrapAllowed;
     bvc_OrderItem.InventoryKey = inventoryKey;
     bvc_OrderItem.ShippingCost = shippingCost;
     bvc_OrderItem.QtyShipped = qtyShipped;
     bvc_OrderItem.QtyReturned = qtyReturned;
     bvc_OrderItem.ParentID = parentID;
     return bvc_OrderItem;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_OrderItem EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_OrderItem(bvc_OrderItem bvc_OrderItem)
 {
     base.AddObject("bvc_OrderItem", bvc_OrderItem);
 }