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