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