Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_MenuDisplayType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_MenuDisplayType(tbl_MenuDisplayType tbl_MenuDisplayType)
 {
     base.AddObject("tbl_MenuDisplayType", tbl_MenuDisplayType);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new tbl_MenuDisplayType object.
 /// </summary>
 /// <param name="menuDisplayTypeID">Initial value of the MenuDisplayTypeID property.</param>
 /// <param name="mDT_Title">Initial value of the MDT_Title property.</param>
 public static tbl_MenuDisplayType Createtbl_MenuDisplayType(global::System.Int32 menuDisplayTypeID, global::System.String mDT_Title)
 {
     tbl_MenuDisplayType tbl_MenuDisplayType = new tbl_MenuDisplayType();
     tbl_MenuDisplayType.MenuDisplayTypeID = menuDisplayTypeID;
     tbl_MenuDisplayType.MDT_Title = mDT_Title;
     return tbl_MenuDisplayType;
 }