Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Toxicos EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToToxicos(Toxicos toxicos)
 {
     base.AddObject("Toxicos", toxicos);
 }
Example #2
0
 /// <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;
 }