Ejemplo n.º 1
0
 /// <summary>
 /// Create a new bvc_ProductXChoice object.
 /// </summary>
 /// <param name="productId">Initial value of the ProductId property.</param>
 /// <param name="choiceId">Initial value of the ChoiceId property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ProductXChoice Createbvc_ProductXChoice(global::System.String productId, global::System.String choiceId, global::System.DateTime lastUpdated)
 {
     bvc_ProductXChoice bvc_ProductXChoice = new bvc_ProductXChoice();
     bvc_ProductXChoice.ProductId = productId;
     bvc_ProductXChoice.ChoiceId = choiceId;
     bvc_ProductXChoice.LastUpdated = lastUpdated;
     return bvc_ProductXChoice;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductXChoice EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductXChoice(bvc_ProductXChoice bvc_ProductXChoice)
 {
     base.AddObject("bvc_ProductXChoice", bvc_ProductXChoice);
 }