/// <summary> /// Deprecated Method for adding a new object to the br_notas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobr_notas(br_notas br_notas) { base.AddObject("br_notas", br_notas); }
/// <summary> /// Create a new br_notas 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_notas Createbr_notas(global::System.Int64 id, global::System.Int16 usuario_criacao) { br_notas br_notas = new br_notas(); br_notas.id = id; br_notas.usuario_criacao = usuario_criacao; return br_notas; }