/// <summary> /// Deprecated Method for adding a new object to the bh_emp_obs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobh_emp_obs(bh_emp_obs bh_emp_obs) { base.AddObject("bh_emp_obs", bh_emp_obs); }
/// <summary> /// Create a new bh_emp_obs 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> /// <param name="usuario_alteracao">Initial value of the usuario_alteracao property.</param> public static bh_emp_obs Createbh_emp_obs(global::System.Int64 id, global::System.Int64 id_empresa, global::System.DateTime dt_alteracao, global::System.Int16 usuario_alteracao) { bh_emp_obs bh_emp_obs = new bh_emp_obs(); bh_emp_obs.id = id; bh_emp_obs.id_empresa = id_empresa; bh_emp_obs.dt_alteracao = dt_alteracao; bh_emp_obs.usuario_alteracao = usuario_alteracao; return bh_emp_obs; }