/// <summary> /// Create a new UsersXUserRole object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static UsersXUserRole CreateUsersXUserRole(global::System.Guid id) { UsersXUserRole usersXUserRole = new UsersXUserRole(); usersXUserRole.ID = id; return usersXUserRole; }
/// <summary> /// Deprecated Method for adding a new object to the UsersXUserRoles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUsersXUserRoles(UsersXUserRole usersXUserRole) { base.AddObject("UsersXUserRoles", usersXUserRole); }