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