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