Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TechnologyCategories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTechnologyCategories(TechnologyCategories technologyCategories)
 {
     base.AddObject("TechnologyCategories", technologyCategories);
 }
Exemple #2
0
 /// <summary>
 /// Create a new TechnologyCategories object.
 /// </summary>
 /// <param name="technologyCategoryID">Initial value of the TechnologyCategoryID property.</param>
 /// <param name="addDate">Initial value of the AddDate property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static TechnologyCategories CreateTechnologyCategories(global::System.Int32 technologyCategoryID, global::System.DateTime addDate, global::System.Byte[] rowVersion)
 {
     TechnologyCategories technologyCategories = new TechnologyCategories();
     technologyCategories.TechnologyCategoryID = technologyCategoryID;
     technologyCategories.AddDate = addDate;
     technologyCategories.RowVersion = rowVersion;
     return technologyCategories;
 }