Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SGF_T_ACCOUNT_USER EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSGF_T_ACCOUNT_USER(SGF_T_ACCOUNT_USER sGF_T_ACCOUNT_USER)
 {
     base.AddObject("SGF_T_ACCOUNT_USER", sGF_T_ACCOUNT_USER);
 }
Example #2
0
 /// <summary>
 /// Create a new SGF_T_ACCOUNT_USER object.
 /// </summary>
 /// <param name="aCCOUNT_ID">Initial value of the ACCOUNT_ID property.</param>
 /// <param name="uSER_ID">Initial value of the USER_ID property.</param>
 /// <param name="rOLE_ID">Initial value of the ROLE_ID property.</param>
 public static SGF_T_ACCOUNT_USER CreateSGF_T_ACCOUNT_USER(global::System.Int32 aCCOUNT_ID, global::System.Int32 uSER_ID, global::System.Int32 rOLE_ID)
 {
     SGF_T_ACCOUNT_USER sGF_T_ACCOUNT_USER = new SGF_T_ACCOUNT_USER();
     sGF_T_ACCOUNT_USER.ACCOUNT_ID = aCCOUNT_ID;
     sGF_T_ACCOUNT_USER.USER_ID = uSER_ID;
     sGF_T_ACCOUNT_USER.ROLE_ID = rOLE_ID;
     return sGF_T_ACCOUNT_USER;
 }