Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_emp_ano_formacao EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_emp_ano_formacao(vw_emp_ano_formacao vw_emp_ano_formacao)
 {
     base.AddObject("vw_emp_ano_formacao", vw_emp_ano_formacao);
 }
Example #2
0
 /// <summary>
 /// Create a new vw_emp_ano_formacao object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static vw_emp_ano_formacao Createvw_emp_ano_formacao(global::System.Int64 id)
 {
     vw_emp_ano_formacao vw_emp_ano_formacao = new vw_emp_ano_formacao();
     vw_emp_ano_formacao.id = id;
     return vw_emp_ano_formacao;
 }