System.Data.Entity.DbConfigurationTests.DependencyResolver.CacheKeyContext.CacheKeyContext C# (CSharp) Метод

CacheKeyContext() статический приватный Метод

static private CacheKeyContext ( ) : System.Data.Common
Результат System.Data.Common
                static CacheKeyContext()
                {
                    Database.SetInitializer<CacheKeyContext>(null);
                }
            }
DbConfigurationTests.DependencyResolver.CacheKeyContext