Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Sports_TotalOU EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSports_TotalOU(Sports_TotalOU sports_TotalOU)
 {
     base.AddObject("Sports_TotalOU", sports_TotalOU);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new Sports_TotalOU object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="matchID">Initial value of the MatchID property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="inPlay">Initial value of the InPlay property.</param>
 /// <param name="marketCloseTime">Initial value of the MarketCloseTime property.</param>
 /// <param name="isBestPrice">Initial value of the IsBestPrice 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_TotalOU CreateSports_TotalOU(global::System.Int64 id, global::System.Int64 matchID, global::System.DateTime lastUpdated, global::System.Boolean inPlay, global::System.DateTime marketCloseTime, global::System.Boolean isBestPrice, global::System.Int16 period, global::System.String xMLFeedsFile, global::System.Int16 entrants)
 {
     Sports_TotalOU sports_TotalOU = new Sports_TotalOU();
     sports_TotalOU.ID = id;
     sports_TotalOU.MatchID = matchID;
     sports_TotalOU.LastUpdated = lastUpdated;
     sports_TotalOU.InPlay = inPlay;
     sports_TotalOU.MarketCloseTime = marketCloseTime;
     sports_TotalOU.IsBestPrice = isBestPrice;
     sports_TotalOU.Period = period;
     sports_TotalOU.XMLFeedsFile = xMLFeedsFile;
     sports_TotalOU.Entrants = entrants;
     return sports_TotalOU;
 }