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