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