Ejemplo n.º 1
0
 /// <summary>
 /// Create a new tbl_SectionCategories object.
 /// </summary>
 /// <param name="sectionCategoryID">Initial value of the SectionCategoryID property.</param>
 public static tbl_SectionCategories Createtbl_SectionCategories(global::System.Int32 sectionCategoryID)
 {
     tbl_SectionCategories tbl_SectionCategories = new tbl_SectionCategories();
     tbl_SectionCategories.SectionCategoryID = sectionCategoryID;
     return tbl_SectionCategories;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_SectionCategories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_SectionCategories(tbl_SectionCategories tbl_SectionCategories)
 {
     base.AddObject("tbl_SectionCategories", tbl_SectionCategories);
 }