Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Q_pit EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQ_pit(Q_pit q_pit)
 {
     base.AddObject("Q_pit", q_pit);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new Q_pit object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="pit">Initial value of the Pit property.</param>
 public static Q_pit CreateQ_pit(global::System.Int32 id, global::System.String pit)
 {
     Q_pit q_pit = new Q_pit();
     q_pit.ID = id;
     q_pit.Pit = pit;
     return q_pit;
 }