Change DB Schema Name at runtime

The approach is described here:

The only difference is that for schema you should change the property Schema:

TMappingExplorer.Default.GetTable('TProdutos').Schema := 'NewSchema';