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