protected ProviderSpecificSchema(DbContextOptions <Types.DynamicDbContext> dynamicDbContextOptions, DbContextPool <SchemaContext> schemaContextPool)
        {
            DynamicDbContextOptions = dynamicDbContextOptions;
            SchemaContextPool       = schemaContextPool;

            OperationAdapter = new OeEfCoreOperationAdapter(typeof(Types.DynamicDbContext));
        }
 protected OeEfCorePostgreSqlDataAdapter(DbContextOptions <T>?options, Cache.OeQueryCache?queryCache, OeEfCoreOperationAdapter operationAdapter)
     : base(options, queryCache, operationAdapter)
 {
     base.IsDatabaseNullHighestValue = true;
 }