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