Example #1
0
 /// <summary>
 /// Create a new tbl_UserGroups object.
 /// </summary>
 /// <param name="userGroupID">Initial value of the UserGroupID property.</param>
 /// <param name="uG_Type">Initial value of the UG_Type property.</param>
 public static tbl_UserGroups Createtbl_UserGroups(global::System.Int32 userGroupID, global::System.String uG_Type)
 {
     tbl_UserGroups tbl_UserGroups = new tbl_UserGroups();
     tbl_UserGroups.UserGroupID = userGroupID;
     tbl_UserGroups.UG_Type = uG_Type;
     return tbl_UserGroups;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_UserGroups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_UserGroups(tbl_UserGroups tbl_UserGroups)
 {
     base.AddObject("tbl_UserGroups", tbl_UserGroups);
 }