/// <summary> /// Deprecated Method for adding a new object to the br_tp_produto EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobr_tp_produto(br_tp_produto br_tp_produto) { base.AddObject("br_tp_produto", br_tp_produto); }
/// <summary> /// Create a new br_tp_produto object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="usuario_criacao">Initial value of the usuario_criacao property.</param> public static br_tp_produto Createbr_tp_produto(global::System.Int64 id, global::System.Int16 usuario_criacao) { br_tp_produto br_tp_produto = new br_tp_produto(); br_tp_produto.id = id; br_tp_produto.usuario_criacao = usuario_criacao; return br_tp_produto; }