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