如何在EntityCollection中触发AssociationChanged事件?

时间:2016-03-01 11:29:04

标签: c# entitycollection

我必须在EntityCollection中触发AssociationChanged事件,但我不知道底层集合类型,我尝试使用下面的对象,但异常抛出

(source as System.Data.Entity.Core.Objects.DataClasses.EntityCollection<object>).AssociationChanged += CollectionView_AssociationChanged;

我不知道如何输入演员EntityCollection<>

你可以就此提出建议吗?

0 个答案:

没有答案