API Reference
Обзор документации REDB API. Выберите пространство имён или тип в дереве слева, или кликните по элементам ниже.
Результаты поиска: AllAsync
Очистить
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.