/// <summary>
 /// Deprecated Method for adding a new object to the ShippingMethods EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToShippingMethods(ShippingMethod shippingMethod)
 {
     base.AddObject("ShippingMethods", shippingMethod);
 }
 /// <summary>
 /// Create a new ShippingMethod object.
 /// </summary>
 /// <param name="shippingMethod_Id">Initial value of the ShippingMethod_Id property.</param>
 /// <param name="shippingMethod_Name">Initial value of the ShippingMethod_Name property.</param>
 public static ShippingMethod CreateShippingMethod(global::System.Int32 shippingMethod_Id, global::System.String shippingMethod_Name)
 {
     ShippingMethod shippingMethod = new ShippingMethod();
     shippingMethod.ShippingMethod_Id = shippingMethod_Id;
     shippingMethod.ShippingMethod_Name = shippingMethod_Name;
     return shippingMethod;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ShippingMethods EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToShippingMethods(ShippingMethod shippingMethod)
 {
     base.AddObject("ShippingMethods", shippingMethod);
 }