MySql.Data.Entity.Tests.Model1Container.Model1Container C# (CSharp) Method

Model1Container() public method

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

Same methods

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