/// <summary> /// Deprecated Method for adding a new object to the UserRoles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUserRoles(UserRole userRole) { base.AddObject("UserRoles", userRole); }
/// <summary> /// Create a new UserRole object. /// </summary> /// <param name="userRoleId">Initial value of the UserRoleId property.</param> public static UserRole CreateUserRole(global::System.Int32 userRoleId) { UserRole userRole = new UserRole(); userRole.UserRoleId = userRoleId; return userRole; }