Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductXProductChoices EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductXProductChoices(bvc_ProductXProductChoices bvc_ProductXProductChoices)
 {
     base.AddObject("bvc_ProductXProductChoices", bvc_ProductXProductChoices);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new bvc_ProductXProductChoices object.
 /// </summary>
 /// <param name="productID">Initial value of the ProductID property.</param>
 /// <param name="productChoiceID">Initial value of the ProductChoiceID property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 public static bvc_ProductXProductChoices Createbvc_ProductXProductChoices(global::System.String productID, global::System.Int32 productChoiceID, global::System.Int32 sortOrder)
 {
     bvc_ProductXProductChoices bvc_ProductXProductChoices = new bvc_ProductXProductChoices();
     bvc_ProductXProductChoices.ProductID = productID;
     bvc_ProductXProductChoices.ProductChoiceID = productChoiceID;
     bvc_ProductXProductChoices.SortOrder = sortOrder;
     return bvc_ProductXProductChoices;
 }