Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bh_empresa EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobh_empresa(bh_empresa bh_empresa)
 {
     base.AddObject("bh_empresa", bh_empresa);
 }
Exemple #2
0
 /// <summary>
 /// Create a new bh_empresa object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="id_empresa">Initial value of the id_empresa property.</param>
 /// <param name="dt_alteracao">Initial value of the dt_alteracao property.</param>
 public static bh_empresa Createbh_empresa(global::System.Decimal id, global::System.String id_empresa, global::System.DateTime dt_alteracao)
 {
     bh_empresa bh_empresa = new bh_empresa();
     bh_empresa.id = id;
     bh_empresa.id_empresa = id_empresa;
     bh_empresa.dt_alteracao = dt_alteracao;
     return bh_empresa;
 }