ICondition
Represents a generic condition interface for building query criteria.
This interface defines the structure for conditions that can be used in database queries, supporting various operators and nested conditions for complex filtering logic.
Parameters
C
The type of the condition implementation, enabling self-referential types for nested conditions.