我在通过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
函数。我不知道如何在查询执行后取消订阅或删除拦截器。
有人可以帮忙吗?
答案 0 :(得分:0)
DbInterception.Remove
命名空间中有System.Data.Entity.Infrastructure.Interception
方法。