/// <summary> /// Deprecated Method for adding a new object to the TiposMascotas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTiposMascotas(TiposMascotas tiposMascotas) { base.AddObject("TiposMascotas", tiposMascotas); }
/// <summary> /// Create a new TiposMascotas object. /// </summary> /// <param name="tipo_Id">Initial value of the Tipo_Id property.</param> /// <param name="nombre">Initial value of the Nombre property.</param> public static TiposMascotas CreateTiposMascotas(global::System.Int32 tipo_Id, global::System.String nombre) { TiposMascotas tiposMascotas = new TiposMascotas(); tiposMascotas.Tipo_Id = tipo_Id; tiposMascotas.Nombre = nombre; return tiposMascotas; }