Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Shippers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToShippers(Shippers shippers)
 {
     base.AddObject("Shippers", shippers);
 }
Пример #2
0
 /// <summary>
 /// Create a new Shippers object.
 /// </summary>
 /// <param name="shipper_ID">Initial value of the Shipper_ID property.</param>
 /// <param name="company_Name">Initial value of the Company_Name property.</param>
 public static Shippers CreateShippers(global::System.Int32 shipper_ID, global::System.String company_Name)
 {
     Shippers shippers = new Shippers();
     shippers.Shipper_ID = shipper_ID;
     shippers.Company_Name = company_Name;
     return shippers;
 }