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