/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductPropertyValue EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductPropertyValue(bvc_ProductPropertyValue bvc_ProductPropertyValue)
 {
     base.AddObject("bvc_ProductPropertyValue", bvc_ProductPropertyValue);
 }
 /// <summary>
 /// Create a new bvc_ProductPropertyValue object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="productBvin">Initial value of the ProductBvin property.</param>
 /// <param name="propertyId">Initial value of the PropertyId property.</param>
 /// <param name="propertyValue">Initial value of the PropertyValue property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_ProductPropertyValue Createbvc_ProductPropertyValue(global::System.Int64 id, global::System.String productBvin, global::System.Int64 propertyId, global::System.String propertyValue, global::System.Int64 storeId)
 {
     bvc_ProductPropertyValue bvc_ProductPropertyValue = new bvc_ProductPropertyValue();
     bvc_ProductPropertyValue.Id = id;
     bvc_ProductPropertyValue.ProductBvin = productBvin;
     bvc_ProductPropertyValue.PropertyId = propertyId;
     bvc_ProductPropertyValue.PropertyValue = propertyValue;
     bvc_ProductPropertyValue.StoreId = storeId;
     return bvc_ProductPropertyValue;
 }