How to remove child one to many related records in EF code first database? February 4, 2023 by Tarik In EF6 a faster way to do the operation is… context.Children.RemoveRange(parent.Children)