You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There has an error when navigation property which named "Parent".
Here is the entity code:
publicclassA{publicAParent{get;set;}publicList<A>Children{get;set;}publicintId{get;set;}}IQueryable<A>query= ......;query.Sort("Parent.Id");//exception: No 'parent' is in scope
The text was updated successfully, but these errors were encountered:
There has an error when navigation property which named "Parent".
Here is the entity code:
The text was updated successfully, but these errors were encountered: