コード例 #1
0
 /// <summary>
 /// Create a new Soccer_TotalGoalsOU object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="matchID">Initial value of the MatchID property.</param>
 /// <param name="oU">Initial value of the OU property.</param>
 /// <param name="overPrice">Initial value of the OverPrice property.</param>
 /// <param name="entrants">Initial value of the Entrants property.</param>
 public static Soccer_TotalGoalsOU CreateSoccer_TotalGoalsOU(global::System.Int64 id, global::System.Int64 matchID, global::System.String oU, global::System.Decimal overPrice, global::System.Int32 entrants)
 {
     Soccer_TotalGoalsOU soccer_TotalGoalsOU = new Soccer_TotalGoalsOU();
     soccer_TotalGoalsOU.ID = id;
     soccer_TotalGoalsOU.MatchID = matchID;
     soccer_TotalGoalsOU.OU = oU;
     soccer_TotalGoalsOU.OverPrice = overPrice;
     soccer_TotalGoalsOU.Entrants = entrants;
     return soccer_TotalGoalsOU;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Soccer_TotalGoalsOU EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSoccer_TotalGoalsOU(Soccer_TotalGoalsOU soccer_TotalGoalsOU)
 {
     base.AddObject("Soccer_TotalGoalsOU", soccer_TotalGoalsOU);
 }