Infrastructure.Tests.Data.Lab.MyDbContext.MyDbContext C# (CSharp) 메소드

MyDbContext() 공개 메소드

public MyDbContext ( string connStringName ) : System
connStringName string
리턴 System
        public MyDbContext(string connStringName)
            : base(connStringName)
        {
            this.Configuration.LazyLoadingEnabled = true;
            this.Configuration.ProxyCreationEnabled = false;
        }