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