I'm trying to write a simple query like this and use it with UpdateFromQuery to match Source Entity [Index] on the Child Entity [SourceIndex]: DbSet<Child> dbSet = Set<Child>(); var updates = dbSet ...