public class Person : EntityObject{ ...}OjbectSet<Person> osp;......想要达到这样的目的:ObjectSet<EntityObject> ose = osp; 查看完整描述