/// <summary> /// Deprecated Method for adding a new object to the Toxicos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToToxicos(Toxicos toxicos) { base.AddObject("Toxicos", toxicos); }
/// <summary> /// Create a new Toxicos object. /// </summary> /// <param name="idToxico">Initial value of the idToxico property.</param> public static Toxicos CreateToxicos(global::System.Guid idToxico) { Toxicos toxicos = new Toxicos(); toxicos.idToxico = idToxico; return toxicos; }