/// <summary>
        /// Create a new Match_Info object.
        /// </summary>
        /// <param name="pK">Initial value of the PK property.</param>
        /// <param name="team">Initial value of the Team property.</param>
        /// <param name="match">Initial value of the Match property.</param>
        public static Match_Info CreateMatch_Info(global::System.Int32 pK, global::System.Int32 team, global::System.Int32 match)
        {
            Match_Info match_Info = new Match_Info();

            match_Info.PK    = pK;
            match_Info.Team  = team;
            match_Info.Match = match;
            return(match_Info);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the Match_Info EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMatch_Info(Match_Info match_Info)
 {
     base.AddObject("Match_Info", match_Info);
 }