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

testEntities() public method

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

Same methods

testEntities::testEntities ( EntityConnection connection ) : System
testEntities::testEntities ( string connectionString ) : System