Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Sports_Outright EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSports_Outright(Sports_Outright sports_Outright)
 {
     base.AddObject("Sports_Outright", sports_Outright);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new Sports_Outright object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="matchID">Initial value of the MatchID property.</param>
 /// <param name="outRightWinner">Initial value of the OutRightWinner property.</param>
 /// <param name="price">Initial value of the Price property.</param>
 /// <param name="period">Initial value of the Period property.</param>
 /// <param name="xMLFeedsFile">Initial value of the XMLFeedsFile property.</param>
 /// <param name="entrants">Initial value of the Entrants property.</param>
 public static Sports_Outright CreateSports_Outright(global::System.Int64 id, global::System.Int64 matchID, global::System.String outRightWinner, global::System.Decimal price, global::System.Int16 period, global::System.String xMLFeedsFile, global::System.Int16 entrants)
 {
     Sports_Outright sports_Outright = new Sports_Outright();
     sports_Outright.ID = id;
     sports_Outright.MatchID = matchID;
     sports_Outright.OutRightWinner = outRightWinner;
     sports_Outright.Price = price;
     sports_Outright.Period = period;
     sports_Outright.XMLFeedsFile = xMLFeedsFile;
     sports_Outright.Entrants = entrants;
     return sports_Outright;
 }