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