You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <returns><see langword="true"/> where meets the criteria defined within the method represented by this delegate; otherwise, <see langword="false"/>.</returns>
public delegate Task<bool> PredicateAsync<TEntity, TProperty>(PropertyContext<TEntity, TProperty> context, CancellationToken cancellationToken) where TEntity : class;