Method | Description | |
---|---|---|
MigrationsTestAgainstEmptyDatabase ( string serverName, string applicationName = DefaultApplicationName ) : System | ||
MigrationsTestAgainstEmptyDatabase ( string serverName, string userId, string password, string applicationName = DefaultApplicationName ) : System |
Method | Description | |
---|---|---|
CreateTestDatabase ( ) : void | ||
DropTestDatabase ( ) : void | ||
ExecuteNonQuery ( string connectionString, string sql ) : void |
protected MigrationsTestAgainstEmptyDatabase ( string serverName, string applicationName = DefaultApplicationName ) : System | ||
serverName | string | |
applicationName | string | |
return | System |
protected MigrationsTestAgainstEmptyDatabase ( string serverName, string userId, string password, string applicationName = DefaultApplicationName ) : System | ||
serverName | string | |
userId | string | |
password | string | |
applicationName | string | |
return | System |