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