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

model2Entities() public method

Initializes a new model2Entities object using the connection string found in the 'model2Entities' section of the application configuration file.
public model2Entities ( )
        public model2Entities() : 
                base("name=model2Entities", "model2Entities")
        {
            this.OnContextCreated();
        }
        /// <summary>

Same methods

model2Entities::model2Entities ( global connection )
model2Entities::model2Entities ( string connectionString )