/// <summary> /// Deprecated Method for adding a new object to the lancamentos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTolancamentos(lancamentos lancamentos) { base.AddObject("lancamentos", lancamentos); }
/// <summary> /// Create a new lancamentos object. /// </summary> /// <param name="lancamentoId">Initial value of the LancamentoId property.</param> /// <param name="data">Initial value of the Data property.</param> /// <param name="status">Initial value of the Status property.</param> /// <param name="dataIns">Initial value of the DataIns property.</param> public static lancamentos Createlancamentos(global::System.Int32 lancamentoId, global::System.DateTime data, global::System.String status, global::System.DateTime dataIns) { lancamentos lancamentos = new lancamentos(); lancamentos.LancamentoId = lancamentoId; lancamentos.Data = data; lancamentos.Status = status; lancamentos.DataIns = dataIns; return lancamentos; }