TShardPoolFactoryFunc Anonymous method
Anonymous function that creates the connection pool of a shard.
Remarks
Shard: The shard to connect to. Returns an IDBConnectionPool serving the shard database.
Syntax
Unit: Aurelius.Tenancy.Provider
TShardPoolFactoryFunc = reference to function(const Shard: TShardInfo): IDBConnectionPool;