System.Data.Entity.DbConfigurationTests.DependencyResolver.CacheKeyContext.CacheKeyContext C# (CSharp) Method

CacheKeyContext() static private method

static private CacheKeyContext ( ) : System.Data.Common
return System.Data.Common
                static CacheKeyContext()
                {
                    Database.SetInitializer<CacheKeyContext>(null);
                }
            }
DbConfigurationTests.DependencyResolver.CacheKeyContext