在Entity Framework中添加和删除拦截器

时间:2017-05-05 01:00:16

标签: .net sql-server entity-framework

我在通过Entity Framework连接表时面临一个尾随空间问题。 通过以下帖子,我可以通过拦截器处理Entity Framework级别的空间修剪 How can I configure Entity Framework to automatically trim values retrieved for specific columns mapped to char(N) fields?

但是,我不要求这是EF级别。我只需要一个查询。 我可以看到有一个AddInterceptor函数。我不知道如何在查询执行后取消订阅或删除拦截器。

有人可以帮忙吗?

1 个答案:

答案 0 :(得分:0)

DbInterception.Remove命名空间中有System.Data.Entity.Infrastructure.Interception方法。