Example #1
0
 /// <summary>
 /// Create a new tbl_AdminMenu object.
 /// </summary>
 /// <param name="adminMenuID">Initial value of the AdminMenuID property.</param>
 /// <param name="aM_MenuText">Initial value of the AM_MenuText property.</param>
 /// <param name="aM_ParentID">Initial value of the AM_ParentID property.</param>
 /// <param name="aM_URL">Initial value of the AM_URL property.</param>
 /// <param name="aM_Order">Initial value of the AM_Order property.</param>
 /// <param name="aM_Live">Initial value of the AM_Live property.</param>
 public static tbl_AdminMenu Createtbl_AdminMenu(global::System.Int32 adminMenuID, global::System.String aM_MenuText, global::System.Int32 aM_ParentID, global::System.String aM_URL, global::System.Int16 aM_Order, global::System.Boolean aM_Live)
 {
     tbl_AdminMenu tbl_AdminMenu = new tbl_AdminMenu();
     tbl_AdminMenu.AdminMenuID = adminMenuID;
     tbl_AdminMenu.AM_MenuText = aM_MenuText;
     tbl_AdminMenu.AM_ParentID = aM_ParentID;
     tbl_AdminMenu.AM_URL = aM_URL;
     tbl_AdminMenu.AM_Order = aM_Order;
     tbl_AdminMenu.AM_Live = aM_Live;
     return tbl_AdminMenu;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_AdminMenu EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_AdminMenu(tbl_AdminMenu tbl_AdminMenu)
 {
     base.AddObject("tbl_AdminMenu", tbl_AdminMenu);
 }