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