コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Soccer_CorrectScores EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSoccer_CorrectScores(Soccer_CorrectScores soccer_CorrectScores)
 {
     base.AddObject("Soccer_CorrectScores", soccer_CorrectScores);
 }
コード例 #2
0
 /// <summary>
 /// Create a new Soccer_CorrectScores object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="matchID">Initial value of the MatchID property.</param>
 /// <param name="correctScore">Initial value of the CorrectScore property.</param>
 /// <param name="price">Initial value of the Price property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="period">Initial value of the Period property.</param>
 public static Soccer_CorrectScores CreateSoccer_CorrectScores(global::System.Int64 id, global::System.Int64 matchID, global::System.String correctScore, global::System.Decimal price, global::System.DateTime lastUpdated, global::System.Byte period)
 {
     Soccer_CorrectScores soccer_CorrectScores = new Soccer_CorrectScores();
     soccer_CorrectScores.ID = id;
     soccer_CorrectScores.MatchID = matchID;
     soccer_CorrectScores.CorrectScore = correctScore;
     soccer_CorrectScores.Price = price;
     soccer_CorrectScores.LastUpdated = lastUpdated;
     soccer_CorrectScores.Period = period;
     return soccer_CorrectScores;
 }