Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the categories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocategories(category category)
 {
     base.AddObject("categories", category);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new category object.
 /// </summary>
 /// <param name="category_id">Initial value of the category_id property.</param>
 public static category Createcategory(global::System.Int32 category_id)
 {
     category category = new category();
     category.category_id = category_id;
     return category;
 }