Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ework into dev
  • Loading branch information
WeihanLi committed Mar 25, 2024
2 parents 8bbfef1 + d27e9ca commit f73e660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WeihanLi.EntityFramework/EFRepositoryQueryBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public EFRepositoryQueryBuilder<TEntity> WithPredict(Expression<Func<TEntity, bo
_whereExpression.Add(Guard.NotNull(predict));
return this;
}

public EFRepositoryQueryBuilder<TEntity> WithPredictIf(Expression<Func<TEntity, bool>> predict, bool condition)
{
if (condition)
Expand Down

0 comments on commit f73e660

Please sign in to comment.