/// <summary>
 /// Create a new bvc_ProductXModifier object.
 /// </summary>
 /// <param name="productId">Initial value of the ProductId property.</param>
 /// <param name="modifierId">Initial value of the ModifierId property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ProductXModifier Createbvc_ProductXModifier(global::System.String productId, global::System.String modifierId, global::System.DateTime lastUpdated)
 {
     bvc_ProductXModifier bvc_ProductXModifier = new bvc_ProductXModifier();
     bvc_ProductXModifier.ProductId = productId;
     bvc_ProductXModifier.ModifierId = modifierId;
     bvc_ProductXModifier.LastUpdated = lastUpdated;
     return bvc_ProductXModifier;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductXModifier EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductXModifier(bvc_ProductXModifier bvc_ProductXModifier)
 {
     base.AddObject("bvc_ProductXModifier", bvc_ProductXModifier);
 }