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