/// <summary> /// Deprecated Method for adding a new object to the Torre EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTorre(Torre torre) { base.AddObject("Torre", torre); }
/// <summary> /// Create a new Torre object. /// </summary> /// <param name="id_Torre">Initial value of the Id_Torre property.</param> /// <param name="nombre_Torre">Initial value of the Nombre_Torre property.</param> public static Torre CreateTorre(global::System.Decimal id_Torre, global::System.String nombre_Torre) { Torre torre = new Torre(); torre.Id_Torre = id_Torre; torre.Nombre_Torre = nombre_Torre; return torre; }