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

SaimoeContext() public method

Initialize a new SaimoeContext object.
public SaimoeContext ( string connectionString ) : System
connectionString string
return System
        public SaimoeContext(string connectionString) : base(connectionString, "SaimoeContext")
        {
            this.ContextOptions.LazyLoadingEnabled = true;
            OnContextCreated();
        }
    

Same methods

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