Inheritance: System.Data.Objects.DataClasses.EntityObject
Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ocupaciones EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToocupaciones(ocupacione ocupacione)
 {
     base.AddObject("ocupaciones", ocupacione);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new ocupacione object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="ocupacion">Initial value of the ocupacion property.</param>
 public static ocupacione Createocupacione(global::System.Int64 id, global::System.String ocupacion)
 {
     ocupacione ocupacione = new ocupacione();
     ocupacione.id = id;
     ocupacione.ocupacion = ocupacion;
     return ocupacione;
 }