Exemple #1
0
 /// <summary>
 /// Create a new tbl_AccessRights object.
 /// </summary>
 /// <param name="accessRightsID">Initial value of the AccessRightsID property.</param>
 /// <param name="aR_UserGroupID">Initial value of the AR_UserGroupID property.</param>
 public static tbl_AccessRights Createtbl_AccessRights(global::System.Int32 accessRightsID, global::System.Int32 aR_UserGroupID)
 {
     tbl_AccessRights tbl_AccessRights = new tbl_AccessRights();
     tbl_AccessRights.AccessRightsID = accessRightsID;
     tbl_AccessRights.AR_UserGroupID = aR_UserGroupID;
     return tbl_AccessRights;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_AccessRights EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_AccessRights(tbl_AccessRights tbl_AccessRights)
 {
     base.AddObject("tbl_AccessRights", tbl_AccessRights);
 }