public class Person : EntityObject{ ...}OjbectSet<Person> osp;......想要达到这样的目的:ObjectSet<EntityObject> ose = osp;
相关分类