/// <summary>
 /// Deprecated Method for adding a new object to the Technologies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTechnologies(Technology technology)
 {
     base.AddObject("Technologies", technology);
 }
 /// <summary>
 /// Create a new Technology object.
 /// </summary>
 /// <param name="technologyID">Initial value of the TechnologyID property.</param>
 public static Technology CreateTechnology(global::System.Int32 technologyID)
 {
     Technology technology = new Technology();
     technology.TechnologyID = technologyID;
     return technology;
 }
Beispiel #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Technologies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTechnologies(Technology technology)
 {
     base.AddObject("Technologies", technology);
 }