Exemple #1
0
 /// <summary>
 /// Create a new Lugares object.
 /// </summary>
 /// <param name="lugarID">Initial value of the LugarID property.</param>
 /// <param name="tipoID">Initial value of the TipoID property.</param>
 /// <param name="nombre">Initial value of the Nombre property.</param>
 public static Lugares CreateLugares(global::System.Int32 lugarID, global::System.Int32 tipoID, global::System.String nombre)
 {
     Lugares lugares = new Lugares();
     lugares.LugarID = lugarID;
     lugares.TipoID = tipoID;
     lugares.Nombre = nombre;
     return lugares;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Lugares EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLugares(Lugares lugares)
 {
     base.AddObject("Lugares", lugares);
 }