Fetching Single Records
UseGetAsync 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.How to retrieve one or more specific records by ID using the Nexudus SDK.
GetAsync to fetch a single entity by its ID, or GetMultipleAsync to fetch several at once.
GetAsync returns null when the entity does not exist — it does not throw an exception.