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