/// <summary>
 /// Create a new Soccer_TotalGoalsOE object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="matchID">Initial value of the MatchID property.</param>
 /// <param name="oddPrice">Initial value of the OddPrice property.</param>
 /// <param name="evenPrice">Initial value of the EvenPrice property.</param>
 /// <param name="inPlay">Initial value of the InPlay 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 Soccer_TotalGoalsOE CreateSoccer_TotalGoalsOE(global::System.Int64 id, global::System.Int64 matchID, global::System.Decimal oddPrice, global::System.Decimal evenPrice, global::System.Boolean inPlay, global::System.Byte period, global::System.String xMLFeedsFile, global::System.Int32 entrants)
 {
     Soccer_TotalGoalsOE soccer_TotalGoalsOE = new Soccer_TotalGoalsOE();
     soccer_TotalGoalsOE.ID = id;
     soccer_TotalGoalsOE.MatchID = matchID;
     soccer_TotalGoalsOE.OddPrice = oddPrice;
     soccer_TotalGoalsOE.EvenPrice = evenPrice;
     soccer_TotalGoalsOE.InPlay = inPlay;
     soccer_TotalGoalsOE.Period = period;
     soccer_TotalGoalsOE.XMLFeedsFile = xMLFeedsFile;
     soccer_TotalGoalsOE.Entrants = entrants;
     return soccer_TotalGoalsOE;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Soccer_TotalGoalsOE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSoccer_TotalGoalsOE(Soccer_TotalGoalsOE soccer_TotalGoalsOE)
 {
     base.AddObject("Soccer_TotalGoalsOE", soccer_TotalGoalsOE);
 }