0

I'm following this SO thread to delete all children from a parent entity, but intellisense doesn't find 'Children, there is a red line under it and I'm using EF 6.1

using (var dbContext = new Context())
        {
            dbContext.Children.RemoveRange
        }
Community
  • 1
  • 1
chuckd
  • 13,460
  • 29
  • 152
  • 331

0 Answers0