IListQuery
Interface for list queries that retrieve multiple items with a limit.
This interface extends Queryable and adds a limit parameter to control the maximum number of items returned by the query.
Inheritors
Properties
Functions
Link copied to clipboard
Appends a condition to the existing condition using logical AND. This method combines the current condition with the appended condition.
Link copied to clipboard
Appends a tenant ID condition to filter results by tenant.
Link copied to clipboard
Creates a new query with the specified condition.
Link copied to clipboard
Creates a new query with the specified projection.