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