RedBase Documentation

Welcome to the RedBase documentation portal. Browse the API reference, explore code examples, and learn how to build with REDB.

API Reference

Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.

Search results for: AllAsync Clear search
C E073_AllAsync redb.Examples.Examples
I IRedbQueryable<TProps> redb.Core.Query
M AllAsync(Expression<Func<TProps, bool>>) Check if ALL records match condition.
C MigrationExtensions redb.Core.Pro.Migration
M MigrateAllAsync(IRedbService, ISqlDialectPro, Assembly, bool, string?) Execute all migrations from assembly for all found types.
C RedbQueryable<TProps> redb.Core.Query
M AllAsync(Expression<Func<TProps, bool>>) Check if ALL records match condition.
C TreeQueryableBase<TProps> redb.Core.Query.Base
M AllAsync(Expression<Func<TProps, bool>>) Check if ALL records match condition.