Aurilius/FireDAC/PostgreSQL - how to dynamically desigate a schemea?

You can do something like this:

Explorer.Manager.EntityTypeFromClass(TOrder).Table.Schema := 'dbo-20210312';
1 Like