Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BetStatusMSTs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBetStatusMSTs(BetStatusMST betStatusMST)
 {
     base.AddObject("BetStatusMSTs", betStatusMST);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new BetStatusMST object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 public static BetStatusMST CreateBetStatusMST(global::System.Int16 id, global::System.String status)
 {
     BetStatusMST betStatusMST = new BetStatusMST();
     betStatusMST.ID = id;
     betStatusMST.Status = status;
     return betStatusMST;
 }