/// <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="id">Initial value of the ID property.</param> public static UserRole CreateUserRole(global::System.Int32 id) { UserRole userRole = new UserRole(); userRole.ID = id; return userRole; }