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
E073_AllAsync
redb.Examples.Examples
IRedbQueryable<TProps>
redb.Core.Query
AllAsync(Expression<Func<TProps, bool>>)
Check if ALL records match condition.
MigrationExtensions
redb.Core.Pro.Migration
MigrateAllAsync(IRedbService, ISqlDialectPro, Assembly, bool, string?)
Execute all migrations from assembly for all found types.
RedbQueryable<TProps>
redb.Core.Query
AllAsync(Expression<Func<TProps, bool>>)
Check if ALL records match condition.
TreeQueryableBase<TProps>
redb.Core.Query.Base
AllAsync(Expression<Func<TProps, bool>>)
Check if ALL records match condition.