예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Razas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRazas(Razas razas)
 {
     base.AddObject("Razas", razas);
 }
예제 #2
0
 /// <summary>
 /// Create a new Razas object.
 /// </summary>
 /// <param name="raza_Id">Initial value of the Raza_Id property.</param>
 /// <param name="tipoId">Initial value of the TipoId property.</param>
 /// <param name="nombre">Initial value of the Nombre property.</param>
 public static Razas CreateRazas(global::System.Int32 raza_Id, global::System.Int32 tipoId, global::System.String nombre)
 {
     Razas razas = new Razas();
     razas.Raza_Id = raza_Id;
     razas.TipoId = tipoId;
     razas.Nombre = nombre;
     return razas;
 }