ISingleQuery
Interface for single-item queries that retrieve at most one result.
This interface extends Queryable and is designed for queries that expect to return a single item or null, rather than a collection of items.
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.