摘要:
This sample shows how to extend Entity Framework in interesting ways by plugging into ADO.NET provider interface. The sample provides two extensions:EFTracingProvider– which adds the ability to log all SQL commands that are executed (similar to LINQ to SQL’s DataContext.LogEFCachingProvider– which a 阅读全文