@Amol M , Welcome to Microsoft Q&A, you could refer to the question restoring navigation property after detaching entities to restore the properties after detaching the entities.
Code:
context.LoadProperty(customer, c => c.Orders, MergeOption.OverwriteChanges);