/// <summary>
 /// Create a new bvc_Variants object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="productId">Initial value of the ProductId property.</param>
 /// <param name="sku">Initial value of the Sku property.</param>
 /// <param name="price">Initial value of the Price property.</param>
 /// <param name="selectionData">Initial value of the SelectionData property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_Variants Createbvc_Variants(global::System.String bvin, global::System.String productId, global::System.String sku, global::System.Decimal price, global::System.String selectionData, global::System.Int64 storeId)
 {
     bvc_Variants bvc_Variants = new bvc_Variants();
     bvc_Variants.bvin = bvin;
     bvc_Variants.ProductId = productId;
     bvc_Variants.Sku = sku;
     bvc_Variants.Price = price;
     bvc_Variants.SelectionData = selectionData;
     bvc_Variants.StoreId = storeId;
     return bvc_Variants;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_Variants EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Variants(bvc_Variants bvc_Variants)
 {
     base.AddObject("bvc_Variants", bvc_Variants);
 }