Saimoe.Models.SaimoeContext.SaimoeContext C# (CSharp) 메소드

SaimoeContext() 공개 메소드

Initializes a new SaimoeContext object using the connection string found in the 'SaimoeContext' section of the application configuration file.
public SaimoeContext ( ) : System
리턴 System
        public SaimoeContext() : base("name=SaimoeContext", "SaimoeContext")
        {
            this.ContextOptions.LazyLoadingEnabled = true;
            OnContextCreated();
        }
    

Same methods

SaimoeContext::SaimoeContext ( System.Data.EntityClient.EntityConnection connection ) : System
SaimoeContext::SaimoeContext ( string connectionString ) : System