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