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