예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bh_emp_noticias EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobh_emp_noticias(bh_emp_noticias bh_emp_noticias)
 {
     base.AddObject("bh_emp_noticias", bh_emp_noticias);
 }
예제 #2
0
 /// <summary>
 /// Create a new bh_emp_noticias 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="news">Initial value of the news property.</param>
 /// <param name="dt_alteracao">Initial value of the dt_alteracao property.</param>
 /// <param name="usuario_alteracao">Initial value of the usuario_alteracao property.</param>
 public static bh_emp_noticias Createbh_emp_noticias(global::System.Int64 id, global::System.Int64 id_empresa, global::System.String news, global::System.DateTime dt_alteracao, global::System.Int16 usuario_alteracao)
 {
     bh_emp_noticias bh_emp_noticias = new bh_emp_noticias();
     bh_emp_noticias.id = id;
     bh_emp_noticias.id_empresa = id_empresa;
     bh_emp_noticias.news = news;
     bh_emp_noticias.dt_alteracao = dt_alteracao;
     bh_emp_noticias.usuario_alteracao = usuario_alteracao;
     return bh_emp_noticias;
 }