Saimoe.Models.SaimoeContext.SaimoeContext C# (CSharp) Method

SaimoeContext() public method

Initializes a new SaimoeContext object using the connection string found in the 'SaimoeContext' section of the application configuration file.
public SaimoeContext ( ) : System
return 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