/// <summary>
 /// Deprecated Method for adding a new object to the match_analysis_result EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomatch_analysis_result(match_analysis_result match_analysis_result)
 {
     base.AddObject("match_analysis_result", match_analysis_result);
 }
 /// <summary>
 /// Create a new match_analysis_result object.
 /// </summary>
 /// <param name="analysis_result_id">Initial value of the analysis_result_id property.</param>
 public static match_analysis_result Creatematch_analysis_result(global::System.Int32 analysis_result_id)
 {
     match_analysis_result match_analysis_result = new match_analysis_result();
     match_analysis_result.analysis_result_id = analysis_result_id;
     return match_analysis_result;
 }