/// <summary> /// Deprecated Method for adding a new object to the USER_ROLE EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUSER_ROLE(USER_ROLE uSER_ROLE) { base.AddObject("USER_ROLE", uSER_ROLE); }
/// <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; }