Ejemplo n.º 1
0
 /// <summary>
 /// Create a new tb_passenger object.
 /// </summary>
 /// <param name="profile">Initial value of the Profile property.</param>
 /// <param name="rLOC">Initial value of the RLOC property.</param>
 /// <param name="creationDate">Initial value of the CreationDate property.</param>
 /// <param name="paxNum">Initial value of the PaxNum property.</param>
 public static tb_passenger Createtb_passenger(global::System.String profile, global::System.String rLOC, global::System.String creationDate, global::System.Int32 paxNum)
 {
     tb_passenger tb_passenger = new tb_passenger();
     tb_passenger.Profile = profile;
     tb_passenger.RLOC = rLOC;
     tb_passenger.CreationDate = creationDate;
     tb_passenger.PaxNum = paxNum;
     return tb_passenger;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tb_passenger EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotb_passenger(tb_passenger tb_passenger)
 {
     base.AddObject("tb_passenger", tb_passenger);
 }