主要代码: critia.AddOrder(Order.Desc("ExplorationNoticeType.Id")); Id为父类主键 critia.AddOrder(Order.Desc("ExplorationNoticeType.OrderBy"));OrderBy为父类非主键
第二句代码会报错:could not resolve property:ExplorationNoticeType.OrderBy,请问这是什么原因?该如何解决