_allTemplates = context.Templates
.Include(t => t.Fields.OrderBy(f => f.BaseOrder));
and i get this error
The Include path expression must refer to a navigation property defined on the type. Use dotted paths for reference navigation properties and the Select operator for collection navigation properties.
Can anybody help?