Skip to main content

Fetching Single Records

Use GetAsync to fetch a single entity by its ID, or GetMultipleAsync to fetch several at once.

Fetch by ID

GetAsync returns null when the entity does not exist — it does not throw an exception.

Fetch multiple by IDs

Retrieve several records in a single call:

Works with any entity