Currently, I user this package for test, I will dynamically change the database name, but I found the ChangeDatabase(string) method throw NotImplemtedException
public override void ChangeDatabase(string databaseName)
{
throw new NotImplementedException();
}
Currently, I user this package for test, I will dynamically change the database name, but I found the
ChangeDatabase(string)method throw NotImplemtedException