/// <summary> /// Deprecated Method for adding a new object to the Sports_MatchedBets EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSports_MatchedBets(Sports_MatchedBets sports_MatchedBets) { base.AddObject("Sports_MatchedBets", sports_MatchedBets); }
/// <summary> /// Create a new Sports_MatchedBets object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="backBetID">Initial value of the BackBetID property.</param> /// <param name="layBetID">Initial value of the LayBetID property.</param> /// <param name="matchedPrice">Initial value of the MatchedPrice property.</param> /// <param name="matchedStake">Initial value of the MatchedStake property.</param> /// <param name="commissionCharged">Initial value of the CommissionCharged property.</param> /// <param name="matchedTime">Initial value of the MatchedTime property.</param> public static Sports_MatchedBets CreateSports_MatchedBets(global::System.Int64 id, global::System.Int64 backBetID, global::System.Int64 layBetID, global::System.Decimal matchedPrice, global::System.Decimal matchedStake, global::System.Decimal commissionCharged, global::System.Decimal matchedTime) { Sports_MatchedBets sports_MatchedBets = new Sports_MatchedBets(); sports_MatchedBets.ID = id; sports_MatchedBets.BackBetID = backBetID; sports_MatchedBets.LayBetID = layBetID; sports_MatchedBets.MatchedPrice = matchedPrice; sports_MatchedBets.MatchedStake = matchedStake; sports_MatchedBets.CommissionCharged = commissionCharged; sports_MatchedBets.MatchedTime = matchedTime; return sports_MatchedBets; }